Defines curve in 3D space.
Extends
Extended by
Constructors
new Curve()
new Curve(type): 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 object id.
Returns
bigint
Inherited from
Geometry.id