IFC 4.3.x development

6.1.2.1 IfcBeamTypeEnum

6.1.2.1.1 Semantic definitions at the entity

This enumeration defines the different predefined types of beams that can further specify an IfcBeam or IfcBeamType.

HISTORY  New enumeration type in IFC2x2.

IFC4 CHANGE  The enumerators HOLLOWCORE and SPANDREL have been added.

6.1.2.1.1 Formal representations

TYPE IfcBeamTypeEnum = ENUMERATION OF
	(BEAM
	,HATSTONE
	,T_BEAM
	,EDGEBEAM
	,LINTEL
	,GIRDER_SEGMENT
	,DIAPHRAGM
	,JOIST
	,CORNICE
	,SPANDREL
	,PIERCAP
	,HOLLOWCORE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;