7.4.2.11 IfcElectricFlowTreatmentDeviceTypeEnum(电流处理设备类型枚举)
7.4.2.11.1 语义定义(Semantic definition)
IfcElectricFlowTreatmentDeviceTypeEnum 定义了可指定的电能处理设备类型的范围。
7.4.2.11.2 类型值
| 类型 | 描述 |
|---|---|
ELECTRONICFILTER
| |
USERDEFINED
| |
NOTDEFINED
|
7.4.2.11.3 形式化表示(Formal representation)
TYPE IfcElectricFlowTreatmentDeviceTypeEnum = ENUMERATION OF
(ELECTRONICFILTER
,USERDEFINED
,NOTDEFINED);
END_TYPE;