Base class for 3D conic curves.
A conic curve has a position axis. The curve lies on a plane perpendicular to the Z direction of that axis. Parametrization is defined taking into account the X direction of the axis.
new Conic(
type,position):Conic
Creates a conic curve.
The provided position axis is copied.
Type of the conic curve.
Position axis of the conic curve.
Conic
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