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)
Since: 5.0
Syntax 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.
See Also