M_Rhino_Geometry_Collections_MeshVertexList_GetTopologicalIndenticalVertices - mcneel/rhinocommon-api-docs GitHub Wiki
Gets a list of other vertices which are "topologically" identical to this vertex.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int[] GetTopologicalIndenticalVertices(
int vertexIndex
)
VB
Public Function GetTopologicalIndenticalVertices (
vertexIndex As Integer
) As Integer()
- vertexIndex
- Type: System.Int32
A vertex index in the mesh.
Type: Int32[]
Array of indices of vertices that are topoligically the same as this vertex. The array includes vertexIndex. Returns null on failure.
Supported in: 6.0.16224.21491, 5D58w