Gets a list of edges that could not be inserted.

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

Syntax

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

Field Value

A list of edges that could not be inserted.

See Also