M_Rhino_Geometry_Collections_MeshTopologyVertexList_ConnectedEdge - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public int ConnectedEdge(
int topologyVertexIndex,
int edgeAtVertexIndex
)
VB
Public Function ConnectedEdge (
topologyVertexIndex As Integer,
edgeAtVertexIndex As Integer
) As Integer
- topologyVertexIndex
- Type: System.Int32
Index of a topology vertex in Mesh.TopologyVertices. - edgeAtVertexIndex
- Type: System.Int32
Index of the edge at the vertex.
Type: Int32
The index of the connected edge.
Supported in: 6.0.16224.21491
MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace