CADability dotNET
Gets or sets the sweep amount of this arc. A full circle or ellipse must have a sweepparameter of either 2.0*Math.PI or -2.0*Math.PI, The sweep parameter of circular or elliptical arcs are in the range of -2.0*Math.PI < SweepParameter < 2.0*Math.PI. SweepParameter is often used in connection with startParameter

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

Syntax

C#
public double SweepParameter { get; set; }
Visual Basic
Public Property SweepParameter As Double
	Get
	Set
Visual C++
public:
property double SweepParameter {
	double get ();
	void set (double value);
}

See Also