MeshVertexListIsHidden Method |
Gets a value indicating whether or not a vertex is hidden.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool IsHidden(
int vertexIndex
)
Public Function IsHidden (
vertexIndex As Integer
) As Boolean
Parameters
- vertexIndex
- Type: SystemInt32
Index of vertex to query.
Return Value
Type:
Booleantrue if the vertex is hidden, false if it is not.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also