Hide menu
Loading...
Searching...
No Matches
MeshShape

Base class for polygonal geometry containers.

Extends

Extended by

Constructors

Constructor

new MeshShape(): MeshShape

Returns

MeshShape

Inherited from

BaseObject.constructor

Accessors

id

Get Signature

get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

BaseObject.id


name

Get Signature

get name(): string | null

Name of the mesh shape.

The default value is null.

Returns

string | null

Set Signature

set name(name): void

Sets the name of the mesh shape.

Parameters

name

string | null

Mesh shape name.

Returns

void