Hide menu
Loading...
Searching...
No Matches
CurveOutline

Defines an outline backed by 3D curves.

Extends

Constructors

Constructor

‍new CurveOutline(): CurveOutline

Returns

CurveOutline

Inherited from

Outline.constructor

Properties

triangulation

‍triangulation: PolylineSet | null = null

Polygonal representation of the curve outline.

The value is null when the polygonal representation is unavailable.

Accessors

id

Get Signature

‍get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

Outline.id

Methods

accept()

‍accept(visitor): void

Accepts an outline visitor.

Parameters

visitor

OutlineVisitor

Visitor to accept.

Returns

void

Overrides

Outline.accept