7.5.2.15 IfcDuctSilencerTypeEnum
7.5.2.15.1 Semantic definition
Enumeration defining the typical types of duct silencers.
7.5.2.15.2 Type values
| Type | Description |
|---|---|
FLATOVAL
| |
RECTANGULAR
| |
ROUND
| |
USERDEFINED
| |
NOTDEFINED
|
7.5.2.15.3 Formal representation
TYPE IfcDuctSilencerTypeEnum = ENUMERATION OF
(FLATOVAL
,RECTANGULAR
,ROUND
,USERDEFINED
,NOTDEFINED);
END_TYPE;