Hide menu
Loading...
Searching...
No Matches
Curve

Base class for 3D curves.

Extends

Extended by

Constructors

Constructor

new Curve(type?): Curve

Creates a curve.

Parameters

type?

CurveType = CurveType.UNDEFINED

Type of the curve.

Returns

Curve

Overrides

Geometry.constructor

Properties

type

readonly type: CurveType = CurveType.UNDEFINED

Type of the curve.

Accessors

id

Get Signature

get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

Geometry.id