M_Rhino_Geometry_Collections_MeshTopologyVertexList_TopologyVertexIndex - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTopologyVertexList.TopologyVertexIndex Method

Gets the topology vertex index for an existing mesh vertex in the mesh's VertexList.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int TopologyVertexIndex(
	int vertexIndex
)

VB

Public Function TopologyVertexIndex ( 
	vertexIndex As Integer
) As Integer

Parameters

 

vertexIndex
Type: System.Int32
Index of a vertex in the Mesh.Vertices.

Return Value

Type: Int32
Index of a topology vertex in the Mesh.TopologyVertices.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace

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