IFC 4.3.0.0 (IFC4X3) final

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.

Table 7.5.2.30.A

7.5.2.30.3 Formal representation

TYPE IfcTubeBundleTypeEnum = ENUMERATION OF
	(FINNED
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.5.2.30.4 References