M_Rhino_Geometry_Collections_MeshVertexList_GetConnectedVertices - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public int[] GetConnectedVertices(
int vertexIndex
)
VB
Public Function GetConnectedVertices (
vertexIndex As Integer
) As Integer()
- vertexIndex
- Type: System.Int32
The index of a vertex to query.
Type: Int32[]
An array of vertex indices that are connected with the specified vertex.
Supported in: 6.0.16224.21491, 5D58w