A list of unordered edges that will be respected by all triangles.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
C# |
---|
public List<Constraint> Constraints { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Constraints As List(Of Constraint) |
Visual C++ |
---|
public: property List<Constraint^>^ Constraints { List<Constraint^>^ get (); void set (List<Constraint^>^ value); } |
Field Value
A list of unordered edges.
Remarks
No triangle will cross a constraint.