Gets or sets if zero length projected edges shall be eliminated.

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

Syntax

C#
public bool EliminateZeroLengthEdges { get; set; }
Visual Basic (Declaration)
Public Property EliminateZeroLengthEdges As Boolean
Visual C++
public:
property bool EliminateZeroLengthEdges {
	bool get ();
	void set (bool value);
}

Field Value

True if zero length projected edges shall be eliminated, false otherwise.

Remarks

A projected edge is considered to have zero length if its length is smaller than the Global.AbsoluteEpsilon value.

See Also