CADability dotNET
Returns true if it is not a full circle or a full ellipse, i.e. the SweepParameter is not -2*pi and not 2*pi.

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

Syntax

C#
public bool IsArc { get; }
Visual Basic
Public ReadOnly Property IsArc As Boolean
	Get
Visual C++
public:
property bool IsArc {
	bool get ();
}

See Also