M_Rhino_Geometry_Collections_MeshVertexList_GetConnectedVertices - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexList.GetConnectedVertices Method

Gets indices of all vertices that form "edges" with a given vertex index.

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

Syntax

C#

public int[] GetConnectedVertices(
	int vertexIndex
)

VB

Public Function GetConnectedVertices ( 
	vertexIndex As Integer
) As Integer()

Parameters

 

vertexIndex
Type: System.Int32
The index of a vertex to query.

Return Value

Type: Int32[]
An array of vertex indices that are connected with the specified vertex.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexList Class
Rhino.Geometry.Collections Namespace

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