RoomlePlanner.Internal.WallPlanObject

planner-core/src/roomle-planner.internal.WallPlanObject

Hierarchy

Table of contents

Properties

Methods

Properties

boxForMeasurement

boxForMeasurement: KernelCube

Inherited from

PlanObject.boxForMeasurement


customColor

customColor: number

Inherited from

PlanObject.customColor


extRef

extRef: EMSReference

Inherited from

PlanObject.extRef


fixedZ

fixedZ: boolean

Inherited from

PlanObject.fixedZ


flipX

flipX: boolean

Inherited from

PlanObject.flipX


flipY

flipY: boolean

Inherited from

PlanObject.flipY


height

Readonly height: number


rotation

rotation: number

Inherited from

PlanObject.rotation


size

size: KernelVector3

Inherited from

PlanObject.size


thickness

Readonly thickness: number

Methods

clone

clone(): KernelObject

Returns

KernelObject

Inherited from

PlanObject.clone


delete

delete(): void

Returns

void

Inherited from

PlanObject.delete


getCatalogItemId

getCatalogItemId(): string

Returns

string

Inherited from

PlanObject.getCatalogItemId


getCenter

getCenter(): KernelVector3

Returns

KernelVector3

Overrides

PlanObject.getCenter


getConfiguration

getConfiguration(): string

Returns

string

Inherited from

PlanObject.getConfiguration


getConfigurationHash

getConfigurationHash(): string

Returns

string

Inherited from

PlanObject.getConfigurationHash


getConfigurationRuntimeId

getConfigurationRuntimeId(): number

Returns

number

Inherited from

PlanObject.getConfigurationRuntimeId


getCornerFromLeft

getCornerFromLeft(): KernelVector3

Returns

KernelVector3


getCornerFromRight

getCornerFromRight(): KernelVector3

Returns

KernelVector3


getCornerToLeft

getCornerToLeft(): KernelVector3

Returns

KernelVector3


getCornerToRight

getCornerToRight(): KernelVector3

Returns

KernelVector3


getFrom

getFrom(): NodePlanObject

Returns

NodePlanObject


getId

getId(): number

Returns

number

Inherited from

PlanObject.getId


getLength

getLength(preferredSide): number

Parameters

NameType

preferredSide

Returns

number


getMeshCenter

getMeshCenter(): KernelVector3

Returns

KernelVector3

Inherited from

PlanObject.getMeshCenter


getMeshOffsetRelativeToObject

getMeshOffsetRelativeToObject(): KernelVector3

Returns

KernelVector3

Inherited from

PlanObject.getMeshOffsetRelativeToObject


getObjectType

getObjectType(): string

Returns

string

Inherited from

PlanObject.getObjectType


getPreferredSide

getPreferredSide(): LeftOrRightWallSide

Returns

LeftOrRightWallSide


getRectangle

getRectangle(): Rectangle

Returns

Rectangle

Inherited from

PlanObject.getRectangle


getTo

getTo(): NodePlanObject

Returns

NodePlanObject


getType

getType(): any

Returns

any

Inherited from

PlanObject.getType


getWallDistances

getWallDistances(): ObjectToWallLineArray

Returns

ObjectToWallLineArray

Inherited from

PlanObject.getWallDistances


hasConfiguration

hasConfiguration(): boolean

Returns

boolean

Inherited from

PlanObject.hasConfiguration


isExternalObject

isExternalObject(): boolean

Returns

boolean

Inherited from

PlanObject.isExternalObject

Last updated