Hide menu
Loading...
Searching...
No Matches
PolyShape

Base class for polygonal shapes.

Extends

Extended by

Constructors

new PolyShape()

new PolyShape(): PolyShape

Returns

PolyShape

Inherited from

BaseObject.constructor

Accessors

id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

BaseObject.id


name

Get Signature

get name(): null | string

Returns name of the Shape. null if the element has no name (by default).

Returns

null | string

Set Signature

set name(name): void

Sets name of the Shape.

Parameters

name

Name of the Shape.

null | string

Returns

void