M_Rhino_Geometry_Collections_MeshTopologyVertexList_ConnectedEdge - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTopologyVertexList.ConnectedEdge 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) Version: Rhino 6.0

Syntax

C#

public int ConnectedEdge(
	int topologyVertexIndex,
	int edgeAtVertexIndex
)

VB

Public Function ConnectedEdge ( 
	topologyVertexIndex As Integer,
	edgeAtVertexIndex As Integer
) As Integer

Parameters

 

topologyVertexIndex
Type: System.Int32
Index of a topology vertex in Mesh.TopologyVertices.
edgeAtVertexIndex
Type: System.Int32
Index of the edge at the vertex.

Return Value

Type: Int32
The index of the connected edge.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️