MeshVertexStatusListAdd Method |
Adds a new flag at the end of the list.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Add(
bool hidden
)
Public Sub Add (
hidden As Boolean
)
Parameters
- hidden
- Type: SystemBoolean
True if vertex is hidden.
Return Value
Type:
The index of the newly added hidden vertex.
Version InformationRhino for Windows
Supported in: 6.8
See Also