Navigation

IfcElement

Definition from IAI: Generalization of all components that make up an AEC product. Those elements can be logically contained by a spatial structure element that constitutes a certain level within a project structure hierarchy (e.g., site, building, storey or space). This is done by using the IfcRelContainedInSpatialStructure relationship.

Elements are physically existent objects, although they might be void elements, such as holes. Elements either remain permanently in the AEC product, or only temporarily, as formwork does. Elements can be either assembled on site or pre-manufactured and built in on site.

EXAMPLEs of elements in a building construction context are walls, floors, windows and recesses.

An element can have material and quantity information assigned through the IfcRelAssociatesMaterial and IfcRelDefinesByProperties relationship.

In addition an element can be declared to be a specific occurrence of an element type (and thereby be defined by the element type properties) using the IfcRelDefinesByType relationship.

An element can also be defined as an element assembly that is a group of semantically and topologically related elements that form a higher level part of the AEC product. Those element assemblies are defined by virtue of the IfcRelAggregates relationship.

EXAMPLEs for element assembly are complete Roof Structures, made by several Roof Areas, or a Stair, composed by Flights and Landings.

Elements that performs the same function may be grouped by an "Element Group By Function". It is realized by an instance of IfcGroup with the GroupPurpose = 'ElementGroupByFunction".

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

EXPRESS specification:

ENTITY IfcElement
ABSTRACT SUPERTYPE OF (ONEOF(IfcBuildingElement, IfcOpeningElement, IfcFurnishingElement, IfcElectricalElement, IfcDistributionElement, IfcTransportElement, IfcEquipmentElement))
SUBTYPE OF ( IfcProduct);
Tag  :  OPTIONAL IfcIdentifier;
INVERSE
ConnectedTo  :  SET OF IfcRelConnectsElements FOR RelatingElement;
ConnectedFrom  :  SET OF IfcRelConnectsElements FOR RelatedElement;
ContainedInStructure  :  SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements;
END_ENTITY;

Attribute definitions:

Tag  :  The tag (or label) identifier at the particular instance of a product, e.g. the serial number, or the position number. It is the identifier at the occurrance level.
ConnectedTo  :  Reference to the element connection relationship. The relationship then refers to the other element to which this element is connected to.
ConnectedFrom  :  Reference to the element connection relationship. The relationship then refers to the other element that is connected to this element.
ContainedInStructure  :  Relationship to a spatial structure element, to which the element is primarily associated.

References (11):

Name Type Referred through Express-G
IfcBuildingElement Entity
Supertype
Diagram 4
IfcDistributionElement Entity
Supertype
Diagram 4
IfcElectricalElement Entity
Supertype
Diagram 4
IfcEquipmentElement Entity
Supertype
Diagram 4
IfcFurnishingElement Entity
Supertype
Diagram 4
IfcOpeningElement Entity
Supertype
Diagram 4
IfcProduct Entity
Subtype
Diagram 1
IfcRelConnectsElements Entity
Attribute 'RelatingElement'
Attribute 'RelatedElement'
Diagram 5
IfcRelContainedInSpatialStructure Entity
Attribute 'RelatedElements'
Diagram 1
IfcTransportElement Entity
Supertype
Diagram 4

Inheritance graph

ENTITY IfcElement;
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;
END_ENTITY;