CADability dotNET
Determins wether this curve is a closed curve (e.g. a circle)

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

Syntax

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

See Also