
IfcVibrationIsolatorTypeEnum
Definition from IAI:
Enumeration defining the typical types of vibration isolators.
The IfcVibrationIsolatorTypeEnum contains the following:
- COMPRESSION: Compression type vibration isolator.
- SPRING: Spring type vibration isolator.
- USERDEFINED: User-defined vibration isolator type.
- NOTDEFINED: Undefined vibration isolator type.
HISTORY: New enumeration in IFC 2x2.
EXPRESS specification:
|
|
| TYPE IfcVibrationIsolatorTypeEnum = ENUMERATION OF
|
|
|
| (
|
COMPRESSION, SPRING, USERDEFINED, NOTDEFINED);
|
|
|