Gets the list of mesh boundary 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<MeshEdge> GetMeshBoundaryEdges()
Visual Basic (Declaration)
Public Function GetMeshBoundaryEdges As List(Of MeshEdge)
Visual C++
public:
List<MeshEdge^>^ GetMeshBoundaryEdges()

Return Value

Returns the mesh edges lying on the boundary of the mesh.

Remarks

A mesh boundary edge is an edge with only one adjacent mesh triangle.

See Also