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

Syntax

C#

public bool IsHidden(
	int topologyVertexIndex
)

VB

Public Function IsHidden ( 
	topologyVertexIndex As Integer
) As Boolean

Parameters

 

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

Return Value

Type: Boolean
true if mesh topology vertex is hidden.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️