Converts the mesh boundary edges into a list of edges (if any).

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public List<Edge> ConvertBoundariesToEdgeList()
Visual Basic (Declaration)
Public Function ConvertBoundariesToEdgeList As List(Of Edge)
Visual C++
public:
List<Edge^>^ ConvertBoundariesToEdgeList()

Return Value

Returns the edges lying on the boundary of the mesh.

See Also