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

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.

Extends

Extended by

Constructors

Constructor

new Conic(type, position): Conic

Creates a conic curve.

The provided position axis is copied.

Parameters

type

CurveType

Type of the conic curve.

position

Axis3d

Position axis of the conic curve.

Returns

Conic

Overrides

Curve.constructor

Properties

position

readonly position: Axis3d

Position axis of the conic curve.


type

readonly type: CurveType = CurveType.UNDEFINED

Type of the curve.

Inherited from

Curve.type

Accessors

id

Get Signature

get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

Curve.id