Class TIfcBuilding
Unit
Declaration
type TIfcBuilding = class(TIfcFacility)
Description
Building facility.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcBuilding.htm
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. |
property ElevationOfTerrain: TIfcLengthMeasure read FElevationOfTerrain write FElevationOfTerrain; |
|
Elevation above the minimal terrain level around the foot print of the building. |
property BuildingAddress: TIfcPostalAddress read FBuildingAddress write FBuildingAddress; |
|
Address given to the building for postal purposes. |
Generated by PasDoc 0.16.0-snapshot.