M_Rhino_Geometry_Collections_MeshTopologyVertexList_ConnectedTopologyVertices_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Gets all topological vertices that are connected to a given vertex.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int[] ConnectedTopologyVertices(
int topologyVertexIndex,
bool sorted
)
VB
Public Function ConnectedTopologyVertices (
topologyVertexIndex As Integer,
sorted As Boolean
) As Integer()
- topologyVertexIndex
- Type: System.Int32
index of a topology vertex in Mesh.TopologyVertices. - sorted
- Type: System.Boolean
if true, thr vertices are returned in a radially sorted order.
Type: Int32[]
Indices of all topological vertices that are connected to this topological vertex. null if no vertices are connected to this vertex.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyVertexList Class
ConnectedTopologyVertices Overload
Rhino.Geometry.Collections Namespace