Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcDoorStyleConstructionEnum

Definition from IAI: This enumeration defines the basic types of construction of doors. The construction type relates to the main material (or material combination) used for making the door.

HISTORY New Enumeration in IFC Release 2x .

EXPRESS specification:

TYPE IfcDoorStyleConstructionEnum = ENUMERATION OF
( ALUMINIUM,
HIGH_GRADE_STEEL,
STEEL,
WOOD,
ALUMINIUM_WOOD,
ALUMINIUM_PLASTIC,
PLASTIC,
USERDEFINED,
NOTDEFINED);
END_TYPE;