Class TIfcFurnitureType
Unit
Declaration
type TIfcFurnitureType = class(TIfcFurnishingElementType)
Description
Commonly shared property set definitions of TIfcFurniture.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcFurnitureType.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 2480).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcTypeObject
- TIfcTypeProduct
- TIfcElementType
- TIfcFurnishingElementType
- TIfcFurnitureType
Overview
Properties
![]() |
property AssemblyPlace: TIfcAssemblyPlaceEnum read FAssemblyPlace write FAssemblyPlace
default TIfcAssemblyPlaceEnum.NotDefined; |
![]() |
property PredefinedType: TIfcFurnitureTypeEnum read FPredefinedType write FPredefinedType
default TIfcFurnitureTypeEnum.NotDefined; |
Description
Properties
![]() |
property AssemblyPlace: TIfcAssemblyPlaceEnum read FAssemblyPlace write FAssemblyPlace
default TIfcAssemblyPlaceEnum.NotDefined; |
|
Designation of where the assembly is intended to take place. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 2486). | |
![]() |
property PredefinedType: TIfcFurnitureTypeEnum read FPredefinedType write FPredefinedType
default TIfcFurnitureTypeEnum.NotDefined; |
|
Predefined types of furniture. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 2490). | |
Generated by PasDoc 0.17.0.snapshot.
