IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

7.5.2.4 IfcBoilerTypeEnum(锅炉类型枚举)

7.5.2.4.1 语义定义(Semantic definition)

定义典型锅炉类型的枚举。

7.5.2.4.2 类型值

类型 描述
STEAM

蒸汽锅炉。

WATER

热水锅炉。

USERDEFINED

用户定义的锅炉类型。

NOTDEFINED

未定义的锅炉类型。

表 7.5.2.4.A

7.5.2.4.3 形式化表示(Formal representation)

TYPE IfcBoilerTypeEnum = ENUMERATION OF
	(STEAM
	,WATER
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.5.2.4.4 参考文献