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

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.

Extends

Extended by

Constructors

Constructor

new Conic2d(type, position): Conic2d

Creates a conic curve.

The provided position axis is copied.

Parameters

type

CurveType

Type of the conic curve.

position

Axis2d

Position axis of the conic curve.

Returns

Conic2d

Overrides

Curve2d.constructor

Properties

position

readonly position: Axis2d

Position axis of the conic curve.

Accessors

id

Get Signature

get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

Curve2d.id


type

Get Signature

get type(): CurveType

Type of the curve.

Returns

CurveType

Inherited from

Curve2d.type