ServicesConfiguratorUiCallback.Internal.Wall

configurator-core/src/services/configurator-ui-callback.internal.Wall

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

• new Wall()

Inherited from

PlanObjectPtr.constructor

Properties

customColor

• customColor: number

Inherited from

PlanObjectPtr.customColor


extRef

• extRef: number

Inherited from

PlanObjectPtr.extRef


fixedZ

• fixedZ: boolean

Inherited from

PlanObjectPtr.fixedZ


flipX

• flipX: boolean

Inherited from

PlanObjectPtr.flipX


flipY

• flipY: boolean

Inherited from

PlanObjectPtr.flipY


height

• Readonly height: number


leftMaterial

• Readonly leftMaterial: WallMaterial


level

• level: number

Inherited from

PlanObjectPtr.level


maximumHeight

• Readonly maximumHeight: number


minimumHeight

• Readonly minimumHeight: number


rightMaterial

• Readonly rightMaterial: WallMaterial


rotation

• rotation: KernelVector3f

Inherited from

PlanObjectPtr.rotation


size

• size: KernelVector3f

Inherited from

PlanObjectPtr.size


thickness

• Readonly thickness: number

Methods

getAngle

â–¸ getAngle(): number

Returns

number


getAttachedObjects

â–¸ getAttachedObjects(): PlanObjectObjectSet

Returns

PlanObjectObjectSet


getCatalogItemId

â–¸ getCatalogItemId(): string

Returns

string

Inherited from

PlanObjectPtr.getCatalogItemId


getCenter

â–¸ getCenter(): KernelVector3f

Returns

KernelVector3f


getConfigurationRuntimeId

â–¸ getConfigurationRuntimeId(): number

Returns

number

Inherited from

PlanObjectPtr.getConfigurationRuntimeId


getCornerFromLeft

â–¸ getCornerFromLeft(): KernelVector3f

Returns

KernelVector3f


getCornerFromRight

â–¸ getCornerFromRight(): KernelVector3f

Returns

KernelVector3f


getCornerToLeft

â–¸ getCornerToLeft(): KernelVector3f

Returns

KernelVector3f


getCornerToRight

â–¸ getCornerToRight(): KernelVector3f

Returns

KernelVector3f


getFrom

â–¸ getFrom(): Node

Returns

Node


getHeightAt

â–¸ getHeightAt(aPoint): number

Parameters

Name
Type

Returns

number


getId

â–¸ getId(): number

Returns

number

Inherited from

PlanObjectPtr.getId


getLength

â–¸ getLength(): number

Returns

number


getObjectType

â–¸ getObjectType(): string

Returns

string

Inherited from

PlanObjectPtr.getObjectType


getPointWithHeight

â–¸ getPointWithHeight(aHeight): KernelVector3f

Parameters

Name
Type

aHeight

number

Returns

KernelVector3f


getPreferredSide

â–¸ getPreferredSide(): Object

Returns

Object

Name
Type

value

Enumify<{ LEFT: 0 = 0; MIDDLE: 2 = 2; RIGHT: 1 = 1 }>


getTo

â–¸ getTo(): Node

Returns

Node


hasConfiguration

â–¸ hasConfiguration(): boolean

Returns

boolean

Inherited from

PlanObjectPtr.hasConfiguration


isConfigurationLoaded

â–¸ isConfigurationLoaded(): boolean

Returns

boolean

Inherited from

PlanObjectPtr.isConfigurationLoaded

Last updated