M_Rhino_Geometry_Collections_MeshTopologyVertexList_IsHidden - mcneel/rhinocommon-api-docs GitHub Wiki
MeshTopologyVertexList.IsHidden 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) Version: Rhino 6.0
C#
public bool IsHidden(
int topologyVertexIndex
)
VB
Public Function IsHidden (
topologyVertexIndex As Integer
) As Boolean
- topologyVertexIndex
- Type: System.Int32
index of a topology vertex in Mesh.TopologyVertices.
Type: Boolean
true if mesh topology vertex is hidden.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace