EllipseOperator.Ratio Property
Gets or sets the ratio between the two semi-axes of the ellipse.
Syntax
public AttributeVariable< System.Double > Ratio { get; set; }
Property Value
Default: 1.0
The ratio between the two semi-axes of the ellipse.
Remarks
This property defines the ratio between the two semi-axes of the ellipse. A ratio of 1 will give a circle. More generally, the semi-axis that goes in the specified Direction from the center will get the length Radius, and the other semi-axis will get the length Radius * Ratio. The ratio is dimensionless.
Platforms
Windows, Linux, Android