7.5.2.33 IfcVibrationIsolatorTypeEnum(隔振器类型枚举)
7.5.2.33.1 语义定义(Semantic definition)
定义振动隔离器典型类型的枚举。
7.5.2.33.2 类型值
| 类型 | 描述 |
|---|---|
BASE
| |
COMPRESSION
| |
SPRING
| |
USERDEFINED
| |
NOTDEFINED
|
7.5.2.33.3 形式化表示(Formal representation)
TYPE IfcVibrationIsolatorTypeEnum = ENUMERATION OF
(BASE
,COMPRESSION
,SPRING
,USERDEFINED
,NOTDEFINED);
END_TYPE;