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

height: number


leftMaterial

leftMaterial: WallMaterial


level

level: number

Inherited from

PlanObjectPtr.level


rightMaterial

rightMaterial: WallMaterial


rotation

rotation: KernelVector3f

Inherited from

PlanObjectPtr.rotation


size

size: KernelVector3f

Inherited from

PlanObjectPtr.size


thickness

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


getId

getId(): number

Returns

number

Inherited from

PlanObjectPtr.getId


getLength

getLength(): number

Returns

number


getObjectType

getObjectType(): string

Returns

string

Inherited from

PlanObjectPtr.getObjectType


getPreferredSide

getPreferredSide(): Object

Returns

Object

NameType

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