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
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. |
![]() |
property PredefinedType: TIfcElementAssemblyTypeEnum read FPredefinedType write FPredefinedType
default TIfcElementAssemblyTypeEnum.NotDefined; |
A list of types to further identify the object. |
Generated by PasDoc 0.16.0-snapshot.