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
| |
USERDEFINED
| |
NOTDEFINED
|
7.5.2.30.3 Formal representation
TYPE IfcTubeBundleTypeEnum = ENUMERATION OF
(FINNED
,USERDEFINED
,NOTDEFINED);
END_TYPE;