API Reference › Globals › ConstructionObject
# Class: ConstructionObject
# Hierarchy
↳ ConstructionObject
# Index
# Properties
# Methods
- getAttachedWall
- getCatalogItemId
- getConfigurationRuntimeId
- getId
- getObjectType
- hasConfiguration
- isConfigurationLoaded
# Properties
# customColor
• customColor: number
Inherited from PlanObjectPtr.customColor
Defined in packages/typings/planner-kernel-container.ts:123
# extRef
• extRef: number
Inherited from AbstractModel.extRef
Defined in packages/typings/planner-kernel-container.ts:58
# fixedZ
• fixedZ: boolean
Inherited from PlanObjectPtr.fixedZ
Defined in packages/typings/planner-kernel-container.ts:127
# flipX
• flipX: boolean
Inherited from PlanObjectPtr.flipX
Defined in packages/typings/planner-kernel-container.ts:125
# flipY
• flipY: boolean
Inherited from PlanObjectPtr.flipY
Defined in packages/typings/planner-kernel-container.ts:126
# level
• level: number
Inherited from PlanObjectPtr.level
Defined in packages/typings/planner-kernel-container.ts:124
# rotation
• rotation: KernelVector3f
Inherited from PlanObjectPtr.rotation
Defined in packages/typings/planner-kernel-container.ts:122
# size
• size: KernelVector3f
Inherited from PlanObjectPtr.size
Defined in packages/typings/planner-kernel-container.ts:128
# Methods
# getAttachedWall
▸ getAttachedWall(): Wall
Defined in packages/typings/planner-kernel-container.ts:137
Returns: Wall
# getCatalogItemId
▸ getCatalogItemId(): string
Inherited from PlanObjectPtr.getCatalogItemId
Defined in packages/typings/planner-kernel-container.ts:129
Returns: string
# getConfigurationRuntimeId
▸ getConfigurationRuntimeId(): number
Inherited from PlanObjectPtr.getConfigurationRuntimeId
Defined in packages/typings/planner-kernel-container.ts:130
Returns: number
# getId
▸ getId(): number
Inherited from AbstractModelWrapper.getId
Overrides AbstractModel.getId
Defined in packages/typings/planner-kernel-container.ts:63
Returns: number
# getObjectType
▸ getObjectType(): string
Inherited from PlanObjectPtr.getObjectType
Defined in packages/typings/planner-kernel-container.ts:131
Returns: string
# hasConfiguration
▸ hasConfiguration(): boolean
Inherited from PlanObjectPtr.hasConfiguration
Defined in packages/typings/planner-kernel-container.ts:132
Returns: boolean
# isConfigurationLoaded
▸ isConfigurationLoaded(): boolean
Inherited from PlanObjectPtr.isConfigurationLoaded
Defined in packages/typings/planner-kernel-container.ts:133
Returns: boolean