7.4.2.12 IfcElectricGeneratorTypeEnum(发电机类型枚举)
7.4.2.12.1 语义定义(Semantic definition)
IfcElectricGeneratorTypeEnum 定义了不同类型的发电机。
7.4.2.12.2 类型值
| 类型 | 描述 |
|---|---|
CHP
| |
ENGINEGENERATOR
| |
STANDALONE
| |
USERDEFINED
| |
NOTDEFINED
|
7.4.2.12.3 形式化表示(Formal representation)
TYPE IfcElectricGeneratorTypeEnum = ENUMERATION OF
(CHP
,ENGINEGENERATOR
,STANDALONE
,USERDEFINED
,NOTDEFINED);
END_TYPE;