Navigation

IfcBuilding

Definition from IAI: A building (IfcBuilding) represents a structure that provides shelter for its occupants or contents and stands in one place. The building is also used to provide a basic element within the spatial structure hierarchy for the components of a building project (together with site, storey, and space).

A building is (if specified) associated to a site. A building may span over several connected or disconnected buildings. Therefore building complex provides for a collection of buildings included in a site. A building can also be decomposed in (vertical) parts, where each part defines a building section. This is defined by the composition type attribute of the supertype IfcSpatialStructureElements which is interpreted as follow:

The quantities relating to the building are defined by the IfcElementQuantity and attached by the IfcRelDefinesByProperties. The following quantities are foreseen, but will be subjected to the local standard of measurement:

Name Description Value Type
TotalHeight Calculated total height of the building, measured from the level of terrain to the top part of the building IfcLengthQuantity
SiteCoverage Calculated coverage of the building site area that is occupied by the building (also referred to as footprint). IfcAreaQuantity
GrossFloorArea Calculated sum of all areas covered by the building. The exact definition and calculation rules depend on the method of measurement used. IfcAreaQuantity
NetFloorArea Calculated sum of all usable areas covered by the building (normally excluding the area of construction elements). The exact definition and calculation rules depend on the method of measurement used. IfcAreaQuantity 
GrossVolume Calculated gross volume of all areas enclosed by the building. The exact definition and calculation rules depend on the method of measurement used. IfcVolumeQuantity

HISTORY New entity in IFC Release 1.0
ISSUE See issue log for changes made in IFC Release 1.5. and 1.5.1. See issue and change log for changes made in IFC Release 2.x.

Use case:

building heights 

The heated space within a Building shall be handled by the IfcZone, including the property for overall height of the heated space in the Building. The following figure shall define the interpretation of building heights and elevations for IfcBuilding.

Geometry Use Definitions:

The geometric representation of IfcBuilding is given by the IfcProductDefinitionShape and IfcLocalPlacement, allowing multiple geometric representation.

Local Placement

The local placement for IfcBuilding is defined in its supertype IfcProduct. It is defined by the IfcLocalPlacement, which defines the local coordinate system that is referenced by all geometric representations.

Standard Geometric Representation

The standard geometric representation (if the building has an independent geometric representation) of IfcBuilding is defined using faceted B-Rep capabilities (with or without voids). The IfcShapeRepresentation.RepresentationType is therefore 'Brep'.

Since the building shape is usually described by the exterior building elements, an independent shape representation shall only be given, if the Building is exposed independently from its constituting elements.

EXPRESS specification:

ENTITY IfcBuilding
SUBTYPE OF ( IfcSpatialStructureElement);
ElevationOfRefHeight  :  OPTIONAL IfcLengthMeasure;
ElevationOfTerrain  :  OPTIONAL IfcLengthMeasure;
BuildingAddress  :  OPTIONAL IfcPostalAddress;
INVERSE
ServicedBySystems  :  SET OF IfcRelServicesBuildings FOR RelatedBuildings;
END_ENTITY;

Attribute definitions:

ElevationOfRefHeight  :  Elevation above sea level of the reference height used for all storey elevation measures, equals to height 0.0. It is usually the ground floor level.
ElevationOfTerrain  :  Elevation above the minimal terrain level around the foot print of the building, given in elevation above sea level.
BuildingAddress  :  Address given to the building for postal purposes.
ServicedBySystems  :  Set of relationships to Systems, that provides a certain service to the Building. The relationship is handled by the objectified relationship IfcRelServicesBuildings.

References (2):

Name Type Referred through Express-G
IfcRelServicesBuildings Entity
Attribute 'RelatedBuildings'
Diagram 3
IfcSpatialStructureElement Entity
Subtype
Diagram 1

Inheritance graph

ENTITY IfcBuilding;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcObject;
ObjectType  :  OPTIONAL IfcLabel;
INVERSE
IsDefinedBy  :  SET OF IfcRelDefines FOR RelatedObjects;
HasAssociations  :  SET OF IfcRelAssociates FOR RelatedObjects;
HasAssignments  :  SET OF IfcRelAssigns FOR RelatedObjects;
Decomposes  :  SET OF IfcRelDecomposes FOR RelatedObjects;
IsDecomposedBy  :  SET [0:1] OF IfcRelDecomposes FOR RelatingObject;
ENTITY IfcProduct;
ObjectPlacement  :  OPTIONAL IfcObjectPlacement;
Representation  :  OPTIONAL IfcProductRepresentation;
INVERSE
ReferencedBy  :  SET OF IfcRelAssignsToProduct FOR RelatingProduct;
ENTITY IfcSpatialStructureElement;
LongName  :  OPTIONAL IfcLabel;
CompositionType  :  IfcElementCompositionEnum;
INVERSE
ContainsElements  :  SET OF IfcRelContainedInSpatialStructure FOR RelatingStructure;
ENTITY IfcBuilding;
ElevationOfRefHeight  :  OPTIONAL IfcLengthMeasure;
ElevationOfTerrain  :  OPTIONAL IfcLengthMeasure;
BuildingAddress  :  OPTIONAL IfcPostalAddress;
INVERSE
ServicedBySystems  :  SET OF IfcRelServicesBuildings FOR RelatedBuildings;
END_ENTITY;