Class TIfcBuilding
Unit
Declaration
type TIfcBuilding = class(TIfcFacility)
Description
Building facility.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcBuilding.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3450).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcSpatialElement
- TIfcSpatialStructureElement
- TIfcFacility
- TIfcBuilding
Overview
Properties
![]() |
property ElevationOfRefHeight: TIfcLengthMeasure read FElevationOfRefHeight write FElevationOfRefHeight; |
![]() |
property ElevationOfTerrain: TIfcLengthMeasure read FElevationOfTerrain write FElevationOfTerrain; |
![]() |
property BuildingAddress: TIfcPostalAddress read FBuildingAddress write FBuildingAddress; |
Description
Properties
![]() |
property ElevationOfRefHeight: TIfcLengthMeasure read FElevationOfRefHeight write FElevationOfRefHeight; |
|
Elevation above sea level of the reference height used for all storey elevation measures. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3457). | |
![]() |
property ElevationOfTerrain: TIfcLengthMeasure read FElevationOfTerrain write FElevationOfTerrain; |
|
Elevation above the minimal terrain level around the foot print of the building. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3460). | |
![]() |
property BuildingAddress: TIfcPostalAddress read FBuildingAddress write FBuildingAddress; |
|
Address given to the building for postal purposes. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3463). | |
Generated by PasDoc 0.17.0.snapshot.
