RoomlePlanner.Internal.ConstructionPlanObject

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

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


hidden

• Readonly hidden: boolean

Inherited from

PlanObject.hidden


rotation

• rotation: number

Inherited from

PlanObject.rotation


rotationToPreferredFront

• rotationToPreferredFront: number

Inherited from

PlanObject.rotationToPreferredFront


size

• size: KernelVector3

Inherited from

PlanObject.size

Methods

clone

â–¸ clone(): KernelObject

Returns

KernelObject

Inherited from

PlanObject.clone


delete

â–¸ delete(): void

Returns

void

Inherited from

PlanObject.delete


getAttachedWall

â–¸ getAttachedWall(): WallPlanObject

Returns

WallPlanObject


getCatalogItemId

â–¸ getCatalogItemId(): string

Returns

string

Inherited from

PlanObject.getCatalogItemId


getCenter

â–¸ getCenter(): KernelVector3

Returns

KernelVector3

Inherited from

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


getDoorArches

â–¸ getDoorArches(): ConstructionObjectDoorArchArray

Returns

ConstructionObjectDoorArchArray


getId

â–¸ getId(): number

Returns

number

Inherited from

PlanObject.getId


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


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