An ellipse is defined by its position, major radius, and minor radius.
new Ellipse(
position,majorRadius,minorRadius):Ellipse
Creates an ellipse from a position axis, major radius, and minor radius.
Throws a RangeError if minorRadius is less than 0. Throws a RangeError if majorRadius is less than minorRadius.
Position axis of the ellipse.
number
Major radius of the ellipse.
number
Minor radius of the ellipse.
Ellipse
readonlymajorRadius:number
Major radius of the ellipse.
readonlyminorRadius:number
Minor radius of the ellipse.
readonlyposition:Axis3d
Position axis of the conic curve.
readonlytype:CurveType=CurveType.UNDEFINED
Type of the curve.
get id():
bigint
Returns the unique identifier of the object.
bigint