Skip to content

M_Rhino_Geometry_Collections_MeshTopologyVertexList_SortEdges

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshTopologyVertexList.SortEdges Method

Sorts the edge list for the mesh topology vertex list so that the edges are in radial order when you call ConnectedTopologyVertices. A nonmanifold edge is treated as a boundary edge with respect to sorting. If any boundary or nonmanifold edges end at the vertex, then the first edge will be a boundary or nonmanifold edge.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool SortEdges()

VB

Public Function SortEdges As Boolean

Return Value

Type: Boolean
true on success.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyVertexList Class
SortEdges Overload
Rhino.Geometry.Collections Namespace

Clone this wiki locally