Describes drawing elements composed of connected 2D curves.
The connected curves are not exposed directly. The available geometry is represented by triangulation.
new PiecewiseContour():
PiecewiseContour
PiecewiseContour
triangulation:
Polyline2dSet|null=null
Polygonal representation of the piecewise contour.
get id():
bigint
Returns the unique identifier of the object.
bigint
get isClosed():
boolean
Returns true if the piecewise contour is closed.
boolean
get uuid():
`${string}-${string}-${string}-${string}-${string}`|null
UUID of the drawing element.
The value is null if no UUID is assigned.
`${string}-${string}-${string}-${string}-${string}` | null
set uuid(
uuid):void
Sets the UUID of the drawing element.
`${string}-${string}-${string}-${string}-${string}` | null
UUID to assign to the drawing element.
void
accept(
visitor):void
Accepts an element visitor.
Element visitor to accept.
void