IfcRelSpaceBoundary1stLevel

Natural language names
deRaumgrenzen 1. Ebene - Relation
enRel Space Boundary1st Level
frLimites d'espace de premier niveau
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcRelSpaceBoundary1stLevelADDED
Semantic definitions at the entity
Entity definition

The 1st level space boundary defines the physical or virtual delimiter of a space by the relationship IfcRelSpaceBoundary1stLevel to the surrounding elements. 1st level space boundaries are characterizeda by:

1st level space boundaries define a space by its boundary surfaces without taking anything on the other side of the bounding elements into account.

NOTE  1st level space boundaries are used e.g. in quantity take-off and facility management as they describe the surfaces for finishes. They cannot be directly used for thermal analysis. However 1st level space boundaries can provide the input to preprocessors to thermal analysis software that take 1st level space boundaries and perform the necessary transformation into 2nd level space boundaries that are required for energy analysis.
HISTORY  New entity in IFC4.

Relationship Use Definitions

As shown in Figure 163, the attribute ParentBoundary with inverse InnerBoundaries is provided to link the space boundaries of doors, windows, and openings to the parent boundary, such as of a wall or slab.

NOTE  The space boundary of the parent is not cut by the inner boundary - both overlap.
IfcRelSpaceBoundary1stLevel

Figure 163 — Space boundary first level relationships

Geometry Use Definitions

See the definition at the supertype IfcRelSpaceBoundary for guidance on using the connection geometry for first level space boundaries.

Attribute definitions
#AttributeTypeCardinalityDescription C
10ParentBoundaryIfcRelSpaceBoundary1stLevel[0:1] Reference to the host, or parent, space boundary within which this inner boundary is defined.X
InnerBoundariesIfcRelSpaceBoundary1stLevel
@ParentBoundary
S[0:?]Reference to the inner boundaries of the space boundary. Inner boundaries are defined by the space boundaries of openings, doors and windows.X
Inherited definitions from supertypes
Entity inheritance IfcRelSpaceBoundary2ndLevel IfcRelSpaceBoundary IfcRelConnects IfcRelationship IfcRoot
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcRoot
1GlobalIdIfcGloballyUniqueId[1:1] Assignment of a globally unique identifier within the entire software world. X
2OwnerHistoryIfcOwnerHistory[0:1] Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,
NOTE  only the last modification in stored - either as addition, deletion or modification.
X
3NameIfcLabel[0:1] Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. X
4DescriptionIfcText[0:1] Optional description, provided for exchanging informative comments.X
IfcRelationship
IfcRelConnects
IfcRelSpaceBoundary
5RelatingSpaceIfcSpaceBoundarySelect[1:1] Reference to one spaces that is delimited by this boundary.X
6RelatedBuildingElementIfcElement[1:1] Reference to Building Element, that defines the Space Boundaries. X
7ConnectionGeometryIfcConnectionGeometry[0:1] Physical representation of the space boundary. Provided as a curve or surface given within the LCS of the space. X
8PhysicalOrVirtualBoundaryIfcPhysicalOrVirtualEnum[1:1] Defines, whether the Space Boundary is physical (Physical) or virtual (Virtual). X
9InternalOrExternalBoundaryIfcInternalOrExternalEnum[1:1] Defines, whether the Space Boundary is internal (Internal), or external, i.e. adjacent to open space (that can be an partially enclosed space, such as terrace (External). X
IfcRelSpaceBoundary1stLevel
10ParentBoundaryIfcRelSpaceBoundary1stLevel[0:1] Reference to the host, or parent, space boundary within which this inner boundary is defined.X
InnerBoundariesIfcRelSpaceBoundary1stLevel
@ParentBoundary
S[0:?]Reference to the inner boundaries of the space boundary. Inner boundaries are defined by the space boundaries of openings, doors and windows.X
Definitions applying to Common Use Definitions

Concept inheritance

#ConceptModel View
IfcRoot
Software IdentityCommon Use Definitions
Revision ControlCommon Use Definitions
Formal representations
XSD Specification
 <xs:element name="IfcRelSpaceBoundary1stLevel" type="ifc:IfcRelSpaceBoundary1stLevel" substitutionGroup="ifc:IfcRelSpaceBoundary" nillable="true"/>
 <xs:complexType name="IfcRelSpaceBoundary1stLevel">
  <xs:complexContent>
   <xs:extension base="ifc:IfcRelSpaceBoundary">
    <xs:sequence>
     <xs:element name="ParentBoundary" type="ifc:IfcRelSpaceBoundary1stLevel" nillable="true" minOccurs="0"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcRelSpaceBoundary1stLevel
 SUPERTYPE OF(IfcRelSpaceBoundary2ndLevel)
 SUBTYPE OF (IfcRelSpaceBoundary);
  ParentBoundary : OPTIONAL IfcRelSpaceBoundary1stLevel;
 INVERSE
  InnerBoundaries : SET OF IfcRelSpaceBoundary1stLevel FOR ParentBoundary;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page