Click or drag to resize

MeshTopologyEdgeListGetTopologyVertices Method

Gets the two topology vertices for a given topology edge.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public IndexPair GetTopologyVertices(
	int topologyEdgeIndex
)

Parameters

topologyEdgeIndex
Type: SystemInt32
An index of a topology edge.

Return Value

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