M_Rhino_Geometry_Collections_MeshVertexStatusList_Add - mcneel/rhinocommon-api-docs GitHub Wiki
Adds a new flag at the end of the list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void Add(
bool hidden
)
VB
Public Sub Add (
hidden As Boolean
)
- hidden
- Type: System.Boolean
True if vertex is hidden.
Type:
The index of the newly added hidden vertex.
Supported in: 6.0.16224.21491
MeshVertexStatusList Class
Rhino.Geometry.Collections Namespace