A list of unordered 2d edges forming closed regions.

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

Syntax

C#
public List<Constraint> Boundaries { get; set; }
Visual Basic (Declaration)
Public Property Boundaries As List(Of Constraint)
Visual C++
public:
property List<Constraint^>^ Boundaries {
	List<Constraint^>^ get ();
	void set (List<Constraint^>^ value);
}

Field Value

A list of unordered 2d edges forming closed regions.

Remarks

If the regions are not closed, the ray tracing algorithm may fail and triangles may not be removed correctly.

See Also