M_Rhino_Geometry_Collections_MeshTopologyVertexList_TopologyVertexIndex - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public int TopologyVertexIndex(
int vertexIndex
)
VB
Public Function TopologyVertexIndex (
vertexIndex As Integer
) As Integer
- vertexIndex
- Type: System.Int32
Index of a vertex in the Mesh.Vertices.
Type: Int32
Index of a topology vertex in the Mesh.TopologyVertices.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace