Skip to content

M_Rhino_Geometry_Collections_MeshTopologyVertexList_ConnectedEdges

Will Pearson edited this page Aug 12, 2016 · 1 revision

MeshTopologyVertexList.ConnectedEdges Method

Gets all edges that are connected to a given 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[] ConnectedEdges(
	int topologyVertexIndex
)

VB

Public Function ConnectedEdges ( 
	topologyVertexIndex As Integer
) As Integer()

Parameters

 

topologyVertexIndex
Type: System.Int32
Index of a topology vertex in Mesh.TopologyVertices.

Return Value

Type: Int32[]
Indices of all edges around vertex that are connected to this topological vertex. null if no faces are connected to this vertex.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace

Clone this wiki locally