Description:

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

Syntax:
public int GetConnectedVertices(
int vertexIndex
)
Parameters:
  • vertexIndex
  • Type: int
  • The index of a vertex to query.
Returns:
Type: int
An array of vertex indices that are connected with the specified vertex.
Available since:
5.0

GetConnectedVertices method

Class:  Rhino.Geometry.Collections.MeshVertexList

Nothing found