IFC 4.3.x development

6.1.2.8 IfcColumnTypeEnum

6.1.2.8.1 Semantic definitions at the entity

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

HISTORY  New Enumeration in IFC2x2.

6.1.2.8.1 Formal representations

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