M_Rhino_Geometry_Collections_MeshTopologyEdgeList_GetTopologyVertices - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the two topology vertices for a given topology edge.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public IndexPair GetTopologyVertices(
int topologyEdgeIndex
)
VB
Public Function GetTopologyVertices (
topologyEdgeIndex As Integer
) As IndexPair
- topologyEdgeIndex
- Type: System.Int32
An index of a topology edge.
Type: IndexPair
The pair of vertex indices the edge connects.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyEdgeList Class
Rhino.Geometry.Collections Namespace