Defines an outline backed by 2D curves.
The underlying outline of parametric curves is not exposed directly. Instead, the available geometry is represented by triangulation, which stores a polygonal approximation of the curves.
new Curve2dOutline():
Curve2dOutline
Curve2dOutline
triangulation:
Polyline2dSet|null=null
Polygonal representation of the 2d curve outline.
The value is null when the polygonal representation is unavailable.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts an outline visitor.
Visitor to accept.
void