Gets the number edges with zero length.

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

Syntax

C#
public int ZeroLengthEdges { get; }
Visual Basic (Declaration)
Public ReadOnly Property ZeroLengthEdges As Integer
Visual C++
public:
property int ZeroLengthEdges {
	int get ();
}

Field Value

[Missing <value> documentation for "P:ceometric.ComputationalGeometry.EdgeSurfaceProjection.ZeroLengthEdges"]

Remarks

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

See Also