Defines an outline backed by a 3D polyline set.
new PolyOutline(
lineSet?):PolyOutline
Creates a polyline outline from a line set.
PolylineSet | null
Line set.
PolyOutline
lineSet:
PolylineSet|null=null
Line set.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts an outline visitor.
Visitor to accept.
void