CADability dotNET
Determines, whether this curve is singular, i.e. it is only a point, returns the same value for each parameter

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
bool IsSingular { get; }
Visual Basic
ReadOnly Property IsSingular As Boolean
	Get
Visual C++
property bool IsSingular {
	bool get ();
}

See Also