M_Rhino_Geometry_Collections_MeshVertexStatusList_Contains - mcneel/rhinocommon-api-docs GitHub Wiki
Determines if some vertices are hidden or some are shown.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool Contains(
bool hidden
)
VB
Public Function Contains (
hidden As Boolean
) As Boolean
- hidden
- Type: System.Boolean
The value to be checked. True means some vertex is hidden.
Type: Boolean
True if the array contains the specified value.
Supported in: 6.0.16224.21491
MeshVertexStatusList Class
Rhino.Geometry.Collections Namespace