Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcBeamTypeEnum

Definition from IAI: This enumeration defines the different types of linear elements an IfcBeamType object can fulfill:

HISTORY: New Enumeration in Release IFC2x Edition 2.

EXPRESS specification:

TYPE IfcBeamTypeEnum = ENUMERATION OF
( BEAM,
JOIST,
LINTEL,
T_BEAM,
USERDEFINED,
NOTDEFINED);
END_TYPE;