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
|
Base isolator preventing transfer of energy from the ground to the structure. |
COMPRESSION
|
Compression type vibration isolator. |
SPRING
|
Spring type vibration isolator. |
USERDEFINED
|
User-defined vibration isolator type. |
NOTDEFINED
|
Undefined vibration isolator type. |
7.5.2.33.3 Formal representation
TYPE IfcVibrationIsolatorTypeEnum = ENUMERATION OF
(BASE
,COMPRESSION
,SPRING
,USERDEFINED
,NOTDEFINED);
END_TYPE;