7.5.2.33 IfcVibrationIsolatorTypeEnum
7.5.2.33.1 Semantic definition
Enumeration defining the typical types of vibration isolators.
7.5.2.33.2 Type values
| Type | Description |
|---|---|
BASE
| |
COMPRESSION
| |
SPRING
| |
USERDEFINED
| |
NOTDEFINED
|
7.5.2.33.3 Formal representation
TYPE IfcVibrationIsolatorTypeEnum = ENUMERATION OF
(BASE
,COMPRESSION
,SPRING
,USERDEFINED
,NOTDEFINED);
END_TYPE;