M_Rhino_Geometry_Collections_MeshVertexList_GetTopologicalIndenticalVertices - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexList.GetTopologicalIndenticalVertices Method

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

Syntax

C#

public int[] GetTopologicalIndenticalVertices(
	int vertexIndex
)

VB

Public Function GetTopologicalIndenticalVertices ( 
	vertexIndex As Integer
) As Integer()

Parameters

 

vertexIndex
Type: System.Int32
A vertex index in the mesh.

Return Value

Type: Int32[]
Array of indices of vertices that are topoligically the same as this vertex. The array includes vertexIndex. Returns null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️