Hide menu
Loading...
Searching...
No Matches
Surface

Base class for 3D surfaces.

Extends

Extended by

Constructors

Constructor

new Surface(type?): Surface

Creates a surface of the specified type.

If type is omitted, the surface type is SurfaceType.UNDEFINED.

Parameters

type?

SurfaceType = SurfaceType.UNDEFINED

Type of the surface.

Returns

Surface

Overrides

Geometry.constructor

Properties

type

readonly type: SurfaceType = SurfaceType.UNDEFINED

Type of the surface.

Accessors

id

Get Signature

get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

Geometry.id