Hide menu
Loading...
Searching...
No Matches
Conic2d

Base class for 2D conic curves. A conic curve has an axis placement returned by position. Parametrization is defined taking into account X-axis of the axis placement.

Extends

Extended by

Constructors

new Conic2d()

new Conic2d(type, position): Conic2d

Parameters

type

CurveType

Type of the conic curve.

position

Axis2d

Position axis.

Returns

Conic2d

Overrides

Curve2d.constructor

Properties

position

readonly position: Axis2d

Position axis.


type

readonly type: CurveType = CurveType.UNDEFINED

Type of the curve.

Inherited from

Curve2d.type

Accessors

id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

Curve2d.id