Describes drawing elements composed connected 2D curves.
new PiecewiseContour():
PiecewiseContour
PiecewiseContour
triangulation:
Polyline2dSet|null=null
Polygonal representation of piecewise contour.
get id():
bigint
Returns object id.
bigint
get isClosed():
boolean
Return true if the piecewise contour is closed.
boolean
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