For the complete documentation index, see llms.txt. This page is also available as Markdown.

ServicesConfiguratorUiCallback.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


getCenter

getCenter(): KernelVector3f

Returns

KernelVector3f


getConfigurationRuntimeId

getConfigurationRuntimeId(): number

Returns

number

Inherited from


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

aPoint

KernelVector3f

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


isConfigurationLoaded

isConfigurationLoaded(): boolean

Returns

boolean

Inherited from

Last updated