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
)
Public Function GetTopologyVertices (
topologyEdgeIndex As Integer
) As IndexPair
Parameters
- topologyEdgeIndex
- Type: SystemInt32
An index of a topology edge.
Return Value
Type:
IndexPairThe pair of vertex indices the edge connects.
See Also