CADability dotNET
Gets or sets the startparameter of this circular or elliptical arc. The startparameter determins the startpoint of this curve according to the formula: Center + cos(StartParameter)*MajorAxis + sin(StartParameter)*MinorAxis For elliptical arcs the startparameter is not identical to the angle of the startpoint.

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

Syntax

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

See Also