IFC 4.3.0.0 (IFC4X3) final

7.1.2.3 IfcDoorStyleConstructionEnum

7.1.2.3.1 Semantic definition

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.

7.1.2.3.2 Type values

Type Description
ALUMINIUM

Aluminium

ALUMINIUM_PLASTIC

Aluminium plastic

ALUMINIUM_WOOD

Aluminium wood

HIGH_GRADE_STEEL

High grade steel

PLASTIC

Plastic

STEEL

Steel

WOOD

Wood

USERDEFINED

User defined

NOTDEFINED

Not defined

Table 7.1.2.3.A

7.1.2.3.3 Formal representation

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