Click or drag to resize

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
)

Parameters

topologyVertexIndex
Type: SystemInt32
index of a topology vertex in Mesh.TopologyVertices.

Return Value

Type: Boolean
true if mesh topology vertex is hidden.
See Also