ServicesConfiguratorUiCallback.Internal.Wall
configurator-core/src/services/configurator-ui-callback.internal.Wall
Hierarchy
↳
Wall
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new Wall()
Inherited from
Properties
customColor
• customColor: number
Inherited from
extRef
• extRef: number
Inherited from
fixedZ
• fixedZ: boolean
Inherited from
flipX
• flipX: boolean
Inherited from
flipY
• flipY: boolean
Inherited from
height
• Readonly
height: number
leftMaterial
• Readonly
leftMaterial: WallMaterial
level
• level: number
Inherited from
maximumHeight
• Readonly
maximumHeight: number
minimumHeight
• Readonly
minimumHeight: number
rightMaterial
• Readonly
rightMaterial: WallMaterial
rotation
• rotation: KernelVector3f
Inherited from
size
• size: KernelVector3f
Inherited from
thickness
• Readonly
thickness: number
Methods
getAngle
â–¸ getAngle(): number
Returns
number
getAttachedObjects
â–¸ getAttachedObjects(): PlanObjectObjectSet
Returns
getCatalogItemId
â–¸ getCatalogItemId(): string
Returns
string
Inherited from
PlanObjectPtr.getCatalogItemId
getCenter
â–¸ getCenter(): KernelVector3f
Returns
getConfigurationRuntimeId
â–¸ getConfigurationRuntimeId(): number
Returns
number
Inherited from
PlanObjectPtr.getConfigurationRuntimeId
getCornerFromLeft
â–¸ getCornerFromLeft(): KernelVector3f
Returns
getCornerFromRight
â–¸ getCornerFromRight(): KernelVector3f
Returns
getCornerToLeft
â–¸ getCornerToLeft(): KernelVector3f
Returns
getCornerToRight
â–¸ getCornerToRight(): KernelVector3f
Returns
getFrom
â–¸ getFrom(): Node
Returns
getHeightAt
â–¸ getHeightAt(aPoint
): number
Parameters
aPoint
Returns
number
getId
â–¸ getId(): number
Returns
number
Inherited from
getLength
â–¸ getLength(): number
Returns
number
getObjectType
â–¸ getObjectType(): string
Returns
string
Inherited from
getPointWithHeight
â–¸ getPointWithHeight(aHeight
): KernelVector3f
Parameters
aHeight
number
Returns
getPreferredSide
â–¸ getPreferredSide(): Object
Returns
Object
value
Enumify
<{ LEFT
: 0
= 0; MIDDLE
: 2
= 2; RIGHT
: 1
= 1 }>
getTo
â–¸ getTo(): Node
Returns
hasConfiguration
â–¸ hasConfiguration(): boolean
Returns
boolean
Inherited from
PlanObjectPtr.hasConfiguration
isConfigurationLoaded
â–¸ isConfigurationLoaded(): boolean
Returns
boolean
Inherited from
Last updated