RhinoCommon API
MeshVertexListGetTopologicalIndenticalVertices Method |
Gets a list of other vertices which are "topologically" identical
to this vertex.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public int[] GetTopologicalIndenticalVertices( int vertexIndex )
Public Function GetTopologicalIndenticalVertices ( vertexIndex As Integer ) As Integer()
Parameters
- vertexIndex
- Type: SystemInt32
A vertex index in the mesh.
Return Value
Type: Int32Array of indices of vertices that are topologically the same as this vertex. The array includes vertexIndex. Returns null on failure.
