Class Ifc4x1::IfcRelSpaceBoundary2ndLevel

Nested Relationships

This class is a nested type of Struct Ifc4x1.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x1::IfcRelSpaceBoundary2ndLevel : public Ifc4x1::IfcRelSpaceBoundary1stLevel

The 2nd level space boundary defines the physical or virtual delimiter of a space by the relationship IfcRelSpaceBoundary2ndLevel to the surrounding elements. 2nd level space boundaries are characterized by:

2nd level space boundaries still represent building elements that bound the space, but are more granular in that they are subdivided in any of the following cases:

Differences in materials and/or material assemblies (for example, a wainscot or paneling on the lower portion of a wall). Differences in spaces or zones on the other side of the building element (or virtual boundary) represented by the space boundary (for example, two different spaces on the other side of a wall)

2nd level space boundaries are differentiated in two ways: virtual or physical and internal or external, whereby any space boundary that is both internal and external has to be split into segments being either or. 2nd level space boundaries represent both sides of a heat transfer surface separated by the thickness of the building element. They can be further differentiated in:

Type 2a that occurs when there is a space on the opposite side of the building element providing the space boundary Type 2b occurs if there is a building element on the opposite side of the building element providing the space boundary.

The connection geometry of 2nd level space boundaries is restricted to planar surfaces only. This means that curved surfaces must be segmented.

2nd level space boundaries define the heat transfer surfaces on both sides of building elements that separate spaces. The generation of 2nd level space boundaries has to take building elements and spaces on the other side into account. NOTE 2nd level space boundaries are used by many analysis packages that require a surface view of the building that can be transformed into the various simple topological models. Examples of such analysis packages include: (1) energy analysis, (2) lighting analysis, (3) fluid dynamics

HISTORY New entity in IFC2x4.

Relationship Use Definitions As shown in Figure 49, 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. The attribute CorrespondingBoundary with inverse Corresponds is provided to link the pair of space boundaries on the opposite sides of the building element. NOTE Only 2nd level space boundaries of type A have corresponding boundaries.

Figure 49 — Space boundary second level relationships

Geometry Use Definitions See the definition at the supertype IfcRelSpaceBoundary for guidance on using the connection geometry for second level space boundaries.

Public Functions

bool hasCorrespondingBoundary() const

Whether the optional attribute CorrespondingBoundary is defined for this IfcRelSpaceBoundary2ndLevel.

::Ifc4x1::IfcRelSpaceBoundary2ndLevel *CorrespondingBoundary() const

Reference to the other space boundary of the pair of two space boundaries on either side of a space separating thermal boundary element.

void setCorrespondingBoundary(::Ifc4x1::IfcRelSpaceBoundary2ndLevel *v)
IfcTemplatedEntityList<IfcRelSpaceBoundary2ndLevel>::ptr Corresponds() const
const IfcParse::entity &declaration() const
IfcRelSpaceBoundary2ndLevel(IfcEntityInstanceData *e)
IfcRelSpaceBoundary2ndLevel(std::string v1_GlobalId, ::Ifc4x1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc4x1::IfcSpaceBoundarySelect *v5_RelatingSpace, ::Ifc4x1::IfcElement *v6_RelatedBuildingElement, ::Ifc4x1::IfcConnectionGeometry *v7_ConnectionGeometry, ::Ifc4x1::IfcPhysicalOrVirtualEnum::Value v8_PhysicalOrVirtualBoundary, ::Ifc4x1::IfcInternalOrExternalEnum::Value v9_InternalOrExternalBoundary, ::Ifc4x1::IfcRelSpaceBoundary1stLevel *v10_ParentBoundary, ::Ifc4x1::IfcRelSpaceBoundary2ndLevel *v11_CorrespondingBoundary)

Public Static Functions

const IfcParse::entity &Class()