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


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


thickness

• Readonly thickness: number

Methods

clone

â–¸ clone(): KernelObject

Returns

KernelObject

Inherited from

PlanObject.clone


delete

â–¸ delete(): void

Returns

void

Inherited from

PlanObject.delete


getAttachedAttics

â–¸ getAttachedAttics(): KernelAtticArray

Returns

KernelAtticArray


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

Name
Type

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