M_Rhino_Geometry_Collections_MeshTopologyVertexList_ConnectedTopologyVertices_1 - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTopologyVertexList.ConnectedTopologyVertices Method (Int32, Boolean)

Gets all topological vertices that are connected to a given vertex.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int[] ConnectedTopologyVertices(
	int topologyVertexIndex,
	bool sorted
)

VB

Public Function ConnectedTopologyVertices ( 
	topologyVertexIndex As Integer,
	sorted As Boolean
) As Integer()

Parameters

 

topologyVertexIndex
Type: System.Int32
index of a topology vertex in Mesh.TopologyVertices.
sorted
Type: System.Boolean
if true, thr vertices are returned in a radially sorted order.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyVertexList Class
ConnectedTopologyVertices Overload
Rhino.Geometry.Collections Namespace

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