Class TIfcElementAssembly
Unit
Declaration
type TIfcElementAssembly = class(TIfcElement)
Description
Represents complex element assemblies aggregated from several elements, such as discrete elements, building elements, or other elements.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcElementAssembly.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3751).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcElement
- TIfcElementAssembly
Overview
Properties
![]() |
property AssemblyPlace: TIfcAssemblyPlaceEnum read FAssemblyPlace write FAssemblyPlace
default TIfcAssemblyPlaceEnum.NotDefined; |
![]() |
property PredefinedType: TIfcElementAssemblyTypeEnum read FPredefinedType write FPredefinedType
default TIfcElementAssemblyTypeEnum.NotDefined; |
Description
Properties
![]() |
property AssemblyPlace: TIfcAssemblyPlaceEnum read FAssemblyPlace write FAssemblyPlace
default TIfcAssemblyPlaceEnum.NotDefined; |
|
A designation of where the assembly is intended to take place. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3757). | |
![]() |
property PredefinedType: TIfcElementAssemblyTypeEnum read FPredefinedType write FPredefinedType
default TIfcElementAssemblyTypeEnum.NotDefined; |
|
A list of types to further identify the object. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3761). | |
Generated by PasDoc 0.17.0.snapshot.
