A list of unordered edges that will be respected by all triangles in the XY projection. The z-coordinate of the constraints will be ignored.

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

Syntax

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

Field Value

A list of unordered edges.

Remarks

No triangle will cross a constraint in the xy-projection.

See Also