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).
new CurveSet():
CurveSet
CurveSet
triangulation:
Polyline2dSet|null=null
Polygonal representation of curve set.
get id():
bigint
Returns object id.
bigint
get uuid():
`${string}-${string}-${string}-${string}-${string}`|null
Returns uuid of the drawing element. null if the drawing element has no assigned uuid (by default).
`${string}-${string}-${string}-${string}-${string}` | null
set uuid(
uuid):void
Sets uuid of the drawing element.
Uuid of the drawing element.
`${string}-${string}-${string}-${string}-${string}` | null
void
accept(
visitor):void
Accepts a drawing element visitor.
Accepted drawing element visitor.
void