Defines surface in 3D space.
Extends
Extended by
Constructors
new Surface()
new Surface(type): Surface
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 object id.
Returns
bigint
Inherited from
Geometry.id