MeshTopologyVertexListSortEdges Method (Int32) |
Sorts the edge list for as single mesh topology vertex so that
the edges are in radial order when you call ConnectedTopologyVertices.
A non-manifold edge is treated as a boundary edge with respect
to sorting. If any boundary or non-manifold edges end at the
vertex, then the first edge will be a boundary or non-manifold edge.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool SortEdges(
int topologyVertexIndex
)
Public Function SortEdges (
topologyVertexIndex As Integer
) As Boolean
Parameters
- topologyVertexIndex
- Type: SystemInt32
index of a topology vertex in Mesh.TopologyVertices>
Return Value
Type:
Booleantrue on success.
See Also