MeshTopologyEdgeListGetTopologyVertices Method |
Gets the two topology vertices for a given topology edge.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also