Hide menu
Loading...
Searching...
No Matches
Conic

Base class for 3D conic curves. A conic curve has an axis returned by position. The curve lies on a plane perpendicular to the Z-axis of the axis placement. Parametrization is defined taking into account X-axis of the axis.

Extends

Extended by

Constructors

new Conic()

new Conic(type, position): Conic

Parameters

type

CurveType

Type of the conic curve.

position

Axis3d

Position axis.

Returns

Conic

Overrides

Curve.constructor

Properties

position

readonly position: Axis3d

Position axis.


type

readonly type: CurveType = CurveType.UNDEFINED

Type of the curve.

Inherited from

Curve.type

Accessors

id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

Curve.id