Click or drag to resize

MeshVertexListIsHidden Method

Gets a value indicating whether or not a vertex is hidden.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsHidden(
	int vertexIndex
)

Parameters

vertexIndex
Type: SystemInt32
Index of vertex to query.

Return Value

Type: Boolean
true if the vertex is hidden, false if it is not.
See Also