Description:

Gets a list of other vertices which are "topologically" identical to this vertex.

Syntax:
public int GetTopologicalIndenticalVertices(
int vertexIndex
)
Parameters:
  • vertexIndex
  • Type: int
  • A vertex index in the mesh.
Returns:
Type: int
Array of indices of vertices that are topologically the same as this vertex. The array includes vertexIndex. Returns None on failure.
Available since:
5.0

/
/
/
GetTopologicalIndenticalVertices

GetTopologicalIndenticalVertices method

Class:  Rhino.Geometry.Collections.MeshVertexList

Nothing found