6.1.2.9 IfcCurtainWallTypeEnum
6.1.2.9.1 Semantic definition
This enumeration defines the valid types of curtain wall that can be predefined using the enumeration values.
6.1.2.9.2 Type values
| Type | Description | 
|---|---|
USERDEFINED
 | 
 No description available.  | 
NOTDEFINED
 | 
 No description available.  | 
6.1.2.9.3 Formal representation
TYPE IfcCurtainWallTypeEnum = ENUMERATION OF
	(USERDEFINED
	,NOTDEFINED);
END_TYPE;