Base class for 2D curves.
Extends
Extended by
Constructors
Constructor
new Curve2d(type?): Curve2d
Creates a curve.
Parameters
type?
CurveType = CurveType.UNDEFINED
Type of the curve.
Returns
Curve2d
Overrides
Geometry.constructor
Accessors
id
Get Signature
get id(): bigint
Returns the unique identifier of the object.
Returns
bigint
Inherited from
Geometry.id
type
Get Signature
get type(): CurveType
Type of the curve.
Returns
CurveType