Base class for 2D curves.
Geometry
Conic2d
Line2d
new Curve2d(type?): Curve2d
type?
Curve2d
Creates a curve.
CurveType = CurveType.UNDEFINED
CurveType
CurveType.UNDEFINED
Type of the curve.
Geometry.constructor
constructor
readonly type: CurveType = CurveType.UNDEFINED
readonly
get id(): bigint
bigint
Returns the unique identifier of the object.
Geometry.id
id