RhinoCommon API
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)
public 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.