Base class for 2D conic curves.
A conic curve has a position axis. Parametrization is defined taking into account the X direction of that axis.
new Conic2d(
type,position):Conic2d
Creates a conic curve.
The provided position axis is copied.
Type of the conic curve.
Position axis of the conic curve.
Conic2d
readonlyposition:Axis2d
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