Defines an outline backed by 3D curves.
new CurveOutline():
CurveOutline
CurveOutline
triangulation:
PolylineSet|null=null
Polygonal representation of the 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