Base class for 3D curves.
Geometry
Conic
Line
new Curve(type?): Curve
type?
Curve
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