RoomleConfigurator.Internal.KernelFloor

configurator-core/src/roomle-configurator.internal.KernelFloor

Hierarchy

Table of contents

Properties

Methods

Properties

area

area: number


extRef

extRef: EMSReference

Inherited from

KernelObject.extRef


getCenter

getCenter: () => KernelVector3

Type declaration

▸ (): KernelVector3

Returns

KernelVector3


getLabelPosition

getLabelPosition: () => KernelVector3

Type declaration

▸ (): KernelVector3

Returns

KernelVector3


getRandomPointInside

getRandomPointInside: () => KernelVector3

Type declaration

▸ (): KernelVector3

Returns

KernelVector3


getWallsOfRoom

getWallsOfRoom: () => KernelRoomWall[]

Type declaration

▸ (): KernelRoomWall[]

Returns

KernelRoomWall[]


material

material: KernelFloorMaterial

Methods

clone

clone(): KernelObject

Returns

KernelObject

Inherited from

KernelObject.clone


delete

delete(): void

Returns

void

Inherited from

KernelObject.delete


getId

getId(): number

Returns

number

Inherited from

KernelObject.getId


getLabelObject

getLabelObject(): string

Returns

string

Last updated