Navigation

IfcOpeningElement

Definition from IAI: Opening Element stands for opening, recess or chase, all reflecting voids. It represents a void within any element that has physical manifestation. Openings must be handled by all sectors and disciplines in AEC/FM industry, therefore the interoperability for opening elements is provided at this high level.

There are two different types of opening elements:

The inherited attribute ObjectType should be used to capture the differences, the attribute is set to 'Opening' for an opening or to 'Recess' for a recess or niche. If the value for ObjectType is omitted, opening is assumed.

An IfcOpeningElement has to be inserted into a building element (all subtypes of IfcBuildingElement) by using the IfcRelVoidsElement relationship. It is also directly liked to the spatial structure of the project (and here normally to the IfcBuildingStorey) by using the IfcRelContainsInSpatialStructure relationship.

The quantities relating to the space 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
OpeningArea Area of the opening as viewed by an elevation view (for wall openings) or as viewed by a ground floor view (for floor openings). The exact definition and calculation rules depend on the method of measurement used. IfcAreaQuantity

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

Geometry Use Definitions:

The geometric representation of IfcOpeningElement is given by the IfcProductDefinitionShape and IfcLocalPlacement allowing multiple geometric representations.

Local Placement

The local placement for IfcOpeningElement 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 using Swept Solid Representation

The standard geometric representation of IfcOpeningElement is defined using the swept area solid geometry. The attribute RepresentationType of IfcShapeRepresentation should have the value 'SweptSolid'. The following additional constraints apply to the swept solid representation:

Special agreement for defining openings in round building elements, e.g., in round walls. The opening width, in case of a rectangular opening equal with the IfcRectangleProfileDef.XDim, is defined as the straight line distance between two parallel jambs. If the jambs are defined radial (to the center of the arc used to define the round wall) then the opening width is defined to be the outer arc length.

NOTE: In case of non-parallel jambs, the geometry expression is not an extruded area solid, it has to be represented using other types of representations.

EXAMPLE

standard opening

The following interpretation of dimension parameter applies for rectangular openings:

  • IfcRectangleProfileDef.YDim interpreted as opening width
  • IfcRectangleProfileDef.XDim interpreted as opening height

NOTE: Rectangles are now defined centric, the placement location has to be set:

  • IfcCartesianPoint(XDim/2,YDim/2)

Advanced Geometric Representation using Swept Solid Representation

The advanced geometric representation of IfcOpeningElement is defined using the swept area solid geometry. The following additional constraints apply to the swept solid representation:

EXPRESS specification:

ENTITY IfcOpeningElement
SUBTYPE OF ( IfcElement);
INVERSE
VoidsElements  :  IfcRelVoidsElement FOR RelatedOpeningElement;
HasFillings  :  SET OF IfcRelFillsElement FOR RelatingOpeningElement;
END_ENTITY;

Attribute definitions:

VoidsElements  :  Reference to the Voids Relationship that uses this Opening Element to create a void within an Element. The Opening Element can only be used to create a single void within a single Element.
HasFillings  :  Reference to the Filling Relationship that is used to assign Elements as Fillings for this Opening Element. The Opening Element can be filled with zero-to-many Elements.

References (3):

Name Type Referred through Express-G
IfcElement Entity
Subtype
Diagram 1
IfcRelFillsElement Entity
Attribute 'RelatingOpeningElement'
Diagram 4
IfcRelVoidsElement Entity
Attribute 'RelatedOpeningElement'
Diagram 4

Inheritance graph

ENTITY IfcOpeningElement;
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 IfcElement;
Tag  :  OPTIONAL IfcIdentifier;
INVERSE
ConnectedTo  :  SET OF IfcRelConnectsElements FOR RelatingElement;
ConnectedFrom  :  SET OF IfcRelConnectsElements FOR RelatedElement;
ContainedInStructure  :  SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements;
ENTITY IfcOpeningElement;
INVERSE
VoidsElements  :  IfcRelVoidsElement FOR RelatedOpeningElement;
HasFillings  :  SET OF IfcRelFillsElement FOR RelatingOpeningElement;
END_ENTITY;