MeshTopologyVertexListIsHidden Method |
Returns true if the topological vertex is hidden. The mesh topology
vertex is hidden if and only if all the ON_Mesh vertices it represents is hidden.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool IsHidden(
int topologyVertexIndex
)
Public Function IsHidden (
topologyVertexIndex As Integer
) As Boolean
Parameters
- topologyVertexIndex
- Type: SystemInt32
index of a topology vertex in Mesh.TopologyVertices.
Return Value
Type:
Booleantrue if mesh topology vertex is hidden.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also