Hide menu
Loading...
Searching...
No Matches
CurveSet

Describes drawing elements composed of 2D curves.

This geometric element encapsulates the portion of the view's geometry described with parametric 2D curves (more specifically, objects of classes derived from Curve2d).

Extends

Constructors

new CurveSet()

new CurveSet(): CurveSet

Returns

CurveSet

Inherited from

DrawingGeometry.constructor

Properties

triangulation

triangulation: null | Polyline2dSet = null

Polygonal representation of curve set.

Accessors

id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

DrawingGeometry.id


uuid

Get Signature

get uuid(): null | `$string