Navigation

IfcBeam

Definition from IAI: A beam (IfcBeam) is a horizontal structural member. It represents a horizontal, or nearly horizontal structural member designed to carry loads.

The quantities relating to the beam 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
CrossSectionArea Total area of the cross section (or profile) of the beam. The exact definition and calculation rules depend on the method of measurement used. IfcAreaQuantity
BeamVolume Total volume of the beam. The exact definition and calculation rules depend on the method of measurement used. IfcVolumeQuantity

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 2x.

Geometry Use Definitions:

The geometric representation of IfcBeam is given by the IfcProductDefinitionShape, allowing multiple geometric representation. Included are:

Local Placement

The local placement for IfcBeam 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 IfcBeam is defined using the swept solid representation. The RepresentationType attribute of IfcShapeRepresentation should have the value 'SweptSolid'. The following additional constraints apply to the swept solid representation:

EXAMPLE for standard geometric representation.
standard beam

The following interpretation of dimension parameter applies for rectangular beams:

  • IfcRectangleProfileDef.YDim interpreted as beam width
  • IfcRectangleProfileDef.XDim interpreted as beam depth
The following interpretation of dimension parameter applies for circular beams:
  • IfcCircleProfileDef Radius interpreted as beam radius.

Advanced Geometric Representation using CSG Representation

The advanced geometric representation of IfcBeam is defined using the Swept Solid or CSG geometry. The RepresentationType attribute of IfcShapeRepresentation should have the value 'SweptSolid' or 'CSG'. The following constraints apply to the advanced representation:

EXAMPLEs for advanced geometric representation
non-perpendicular extrusion Use of non-perpendicular extrusion to create the IfcExtrudedAreaSolid.
clipped beam Use of IfcBooleanClippingResult between an IfcExtrudedAreaSolid and an IfcHalfSpaceSolid to create a clipped body.

EXPRESS specification:

ENTITY IfcBeam
SUBTYPE OF ( IfcBuildingElement);
END_ENTITY;

References (1):

Name Type Referred through Express-G
IfcBuildingElement Entity
Subtype
Diagram 1

Inheritance graph

ENTITY IfcBeam;
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 IfcBuildingElement;
INVERSE
ProvidesBoundaries  :  SET OF IfcRelSpaceBoundary FOR RelatedBuildingElement;
HasOpenings  :  SET OF IfcRelVoidsElement FOR RelatingBuildingElement;
FillsVoids  :  SET OF IfcRelFillsElement FOR RelatedBuildingElement;
END_ENTITY;