MeshTopologyVertexListConnectedTopologyVertices Method (Int32, Boolean) |
Gets all topological vertices that are connected to a given vertex.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public int[] ConnectedTopologyVertices(
int topologyVertexIndex,
bool sorted
)
Public Function ConnectedTopologyVertices (
topologyVertexIndex As Integer,
sorted As Boolean
) As Integer()
Parameters
- topologyVertexIndex
- Type: SystemInt32
index of a topology vertex in Mesh.TopologyVertices. - sorted
- Type: SystemBoolean
if true, the vertices are returned in a radially sorted order.
Return Value
Type:
Int32
Indices of all topological vertices that are connected to this topological vertex.
null if no vertices are connected to this vertex.
See Also