Navigation

IfcColumn

Definition from IAI: A vertical structural member which often is aligned with a structural grid intersection. It represents a vertical, or nearly vertical structural member designed to transfer loads to its base.

The quantities relating to the column are defined by the IfcElementQuantity and attached by the IfcRelDefinedsByProperties. 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 column. The exact definition and calculation rules depend on the method of measurement used. IfcAreaQuantity
ColumnVolume Total volume of the column. 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 IfcColumn is given by the IfcProductDefinitionShape, allowing multiple geometric representation. Included are:

Local Placement

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

EXAMPLE for standard geometric representation.
standard column

The following interpretation of dimension parameter applies for rectangular columns:

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

The following interpretation of dimension parameter applies for round colums:

  • IfcCircleProfileDef.Radius interpreted as column radius

Advanced Geometric Representation using CSG Representation

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

EXAMPLE for advanced geometric representation.
advanced column Use of a special profile type (here IfcIshapeProfileDef) for the definition of the IfcExtrudedAreaSolid.

EXPRESS specification:

ENTITY IfcColumn
SUBTYPE OF ( IfcBuildingElement);
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY IfcColumn;
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;