EllipseOperator.Direction Property
Gets or sets the direction of the ellipse semi-axis that is defined by Radius.
Syntax
public AttributeVariable< System.Double > Direction { get; set; }
Property Value
Default: 0.0
The direction of the ellipse semi-axis that is specified by Radius in degrees, clockwise from north.
Remarks
This property is mainly useful to orient a non-circular ellipse; in other words, when Ratio ≠ 1.
If Ratio is 1 and a full circle is generated, the Direction controls where the first node is placed, although this is noticeable only when the ArcAccuracy is a small number. If Ratio is 1 and a circle sector less than 360 degrees is generated, then the Direction has no effect.
Platforms
Windows, Linux, Android