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 |
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;