For the complete documentation index, see llms.txt. This page is also available as Markdown.

ServicesConfiguratorUiCallback.Internal.Floor

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Floor()

Inherited from

PlanElement.constructor

Properties

area

area: number


extRef

extRef: number

Inherited from

PlanElement.extRef


isLocked

isLocked: boolean

Inherited from

PlanElement.isLocked


isValid

isValid: boolean

Inherited from

PlanElement.isValid


material

material: FloorMaterial

Methods

getCenter

getCenter(): KernelVector3f

Returns

KernelVector3f

Inherited from

PlanElement.getCenter


getCorners

getCorners(): Object

Returns

Object


getId

getId(): number

Returns

number

Inherited from

PlanElement.getId


getNumberOfTriangles

getNumberOfTriangles(): number

Returns

number


getRandomPointInside

getRandomPointInside(): KernelVector3f

Returns

KernelVector3f


getTriangulationIndices

getTriangulationIndices(): Object

Returns

Object


getType

getType(): PlanElementType

Returns

PlanElementType

Inherited from

PlanElement.getType

Last updated