IFC 4.3.0.0 (IFC4X3) final

7.1.2.8 IfcWindowStyleConstructionEnum

7.1.2.8.1 Semantic definition

This enumeration defines the basic types of construction of windows. The construction type relates to the main material (or material combination) used for making the window.

7.1.2.8.2 Type values

Type Description
ALUMINIUM

Aluminium

ALUMINIUM_WOOD

Aluminium and wood

HIGH_GRADE_STEEL

High Grade steel

OTHER_CONSTRUCTION

Other construction.

PLASTIC

Plastic

STEEL

Steel

WOOD

Wood

NOTDEFINED

Undefined.

Table 7.1.2.8.A

7.1.2.8.3 Formal representation

TYPE IfcWindowStyleConstructionEnum = ENUMERATION OF
	(ALUMINIUM
	,ALUMINIUM_WOOD
	,HIGH_GRADE_STEEL
	,OTHER_CONSTRUCTION
	,PLASTIC
	,STEEL
	,WOOD
	,NOTDEFINED);
END_TYPE;