planner-core/src/roomle-planner.
# Hierarchy
-
↳
WallPlanObject
# Table of contents
# Properties
# Methods
- clone
- delete
- getCatalogItemId
- getCenter
- getConfiguration
- getConfigurationHash
- getConfigurationRuntimeId
- getCornerFromLeft
- getCornerFromRight
- getCornerToLeft
- getCornerToRight
- getFrom
- getId
- getLength
- getMeshCenter
- getObjectType
- getPreferredSide
- getRectangle
- getTo
- getType
- getWallDistances
- hasConfiguration
- isExternalObject
# Properties
# boxForMeasurement
• boxForMeasurement: KernelCube
# Inherited from
# customColor
• customColor: number
# Inherited from
# extRef
• extRef: EMSReference
# Inherited from
# fixedZ
• fixedZ: boolean
# Inherited from
# flipX
• flipX: boolean
# Inherited from
# flipY
• flipY: boolean
# Inherited from
# height
• Readonly
height: number
# rotation
• rotation: number
# Inherited from
# size
• size: KernelVector3
# Inherited from
# thickness
• Readonly
thickness: number
# Methods
# clone
▸ clone(): KernelObject
# Returns
# Inherited from
# delete
▸ delete(): void
# Returns
void
# Inherited from
# getCatalogItemId
▸ getCatalogItemId(): string
# Returns
string
# Inherited from
# getCenter
▸ getCenter(): KernelVector3
# Returns
# Overrides
# getConfiguration
▸ getConfiguration(): string
# Returns
string
# Inherited from
# getConfigurationHash
▸ getConfigurationHash(): string
# Returns
string
# Inherited from
PlanObject.getConfigurationHash
# getConfigurationRuntimeId
▸ getConfigurationRuntimeId(): number
# Returns
number
# Inherited from
PlanObject.getConfigurationRuntimeId
# getCornerFromLeft
▸ getCornerFromLeft(): KernelVector3
# Returns
# getCornerFromRight
▸ getCornerFromRight(): KernelVector3
# Returns
# getCornerToLeft
▸ getCornerToLeft(): KernelVector3
# Returns
# getCornerToRight
▸ getCornerToRight(): KernelVector3
# Returns
# getFrom
▸ getFrom(): NodePlanObject
# Returns
# getId
▸ getId(): number
# Returns
number
# Inherited from
# getLength
▸ getLength(preferredSide
): number
# Parameters
Name | Type |
---|---|
preferredSide | WallSide |
# Returns
number
# getMeshCenter
▸ getMeshCenter(): KernelVector3
# Returns
# Inherited from
# getObjectType
▸ getObjectType(): string
# Returns
string
# Inherited from
# getPreferredSide
▸ getPreferredSide(): LeftOrRightWallSide
# Returns
# getRectangle
▸ getRectangle(): Rectangle
# Returns
# Inherited from
# getTo
▸ getTo(): NodePlanObject
# Returns
# getType
▸ getType(): any
# Returns
any
# Inherited from
# getWallDistances
▸ getWallDistances(): ObjectToWallLineArray
# Returns
# Inherited from
# hasConfiguration
▸ hasConfiguration(): boolean
# Returns
boolean
# Inherited from
# isExternalObject
▸ isExternalObject(): boolean
# Returns
boolean