BuildingSpatial

alias: spatial

version: 1.0.0

The Spatial representation of building composition elements

This schema contains the concrete classes that are used to model the spatial structure of a building.That spatial structure is often used to provide a project structure to organize a building project.

Due to the importance of IFC in coordinating spatial structure, the classes in the schema are intended to have a 1:1 instance mapping (not class mapping!) with IFC that will work for transformations in either direction. It is expected that round-trip transformations may result in changes that provide an equivalent, but not identical model.

Entity Classes

Building EntityClass

description: an element modeling the spatial perspective of a building

baseClass: SpatialComposition:CompositeElement

ElevationStory Abstract EntityClass

description: represents a (nearly) horizontal aggregation of spaces that are vertically bound

baseClass: BuildingSpatial:Story

RegularStory EntityClass

description: A building Story is delimited by 2 elevations from top and bottom and represents a horizontal aggregation of spaces that are vertically bound

baseClass: BuildingSpatial:ElevationStory

Space EntityClass

description: an element modeling a space

baseClass: SpatialComposition:CompositeElement

Story Abstract EntityClass

description: A building Story that is an aggregation of spaces that are vertically bound

baseClass: SpatialComposition:CompositeElement

Last Updated: 08 January, 2020