RhinoCommon API
MeshTopologyVertexListConnectedEdge Method |
Gets a particular edge that is connected to a topological vertex.
Call TopologyVertices.SortVertices before this if you are interested in ordered edges.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public int ConnectedEdge( int topologyVertexIndex, int edgeAtVertexIndex )
Public Function ConnectedEdge ( topologyVertexIndex As Integer, edgeAtVertexIndex As Integer ) As Integer
Parameters
- topologyVertexIndex
- Type: SystemInt32
Index of a topology vertex in Mesh.TopologyVertices. - edgeAtVertexIndex
- Type: SystemInt32
Index of the edge at the vertex.
Return Value
Type: Int32The index of the connected edge.

Rhino for Windows
Supported in: 6.8