IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

6.1.2.6 IfcColumnTypeEnum

6.1.2.6.1 Semantic definition

This enumeration defines the different predefined types of columns that can further specify an IfcColumn or IfcColumnType.

6.1.2.6.2 Type values

Type Description
COLUMN

A usually vertical member that may be load bearing and requiring resistance to vertical forces by compression but also sometimes to lateral forces.

PIERSTEM

An individual vertical part of a pier, may be a simple column, i.e. no breakdown into segments or separate structural parts such as flanges and web(s), or may be an aggregation of segments and/or parts.

PIERSTEM_SEGMENT

A vertical segment of a pier column.

PILASTER

A column element embedded within a wall that can be required to be load bearing but may also only be used for decorative purposes.

STANDCOLUMN

A column transmitting vertical loads from a superstructure to an arch below it.

USERDEFINED

User-defined linear element.

NOTDEFINED

Undefined linear element.

Table 6.1.2.6.A

6.1.2.6.3 Formal representation

TYPE IfcColumnTypeEnum = ENUMERATION OF
	(COLUMN
	,PIERSTEM
	,PIERSTEM_SEGMENT
	,PILASTER
	,STANDCOLUMN
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.1.2.6.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.1.2.6.5 Changelog

6.1.2.6.5.1 IFC4

  • item, PILASTER

6.1.2.6.5.2 IFC4.2

  • item, PIERSTEM
  • item, PIERSTEM_SEGMENT
  • item, STANDCOLUMN