M_Rhino_Geometry_Collections_MeshTopologyEdgeList_GetTopologyVertices - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTopologyEdgeList.GetTopologyVertices Method

Gets the two topology vertices for a given topology edge.

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

Syntax

C#

public IndexPair GetTopologyVertices(
	int topologyEdgeIndex
)

VB

Public Function GetTopologyVertices ( 
	topologyEdgeIndex As Integer
) As IndexPair

Parameters

 

topologyEdgeIndex
Type: System.Int32
An index of a topology edge.

Return Value

Type: IndexPair
The pair of vertex indices the edge connects.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyEdgeList Class
Rhino.Geometry.Collections Namespace

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