7.5.2.30 IfcTubeBundleTypeEnum
7.5.2.30.1 Semantic definition
Enumeration defining the typical types of tube bundles.
7.5.2.30.2 Type values
| Type | Description | 
|---|---|
FINNED
 | 
 Finned tube bundle type.  | 
USERDEFINED
 | 
 User-defined tube bundle type.  | 
NOTDEFINED
 | 
 Undefined tube bundle type.  | 
7.5.2.30.3 Formal representation
TYPE IfcTubeBundleTypeEnum = ENUMERATION OF
	(FINNED
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;