IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.11.3.8 IfcMonetaryUnit(货币单位)

RV ⓘ
AbV ⓘ

8.11.3.8.1 语义定义(Semantic definition)

IfcMonetaryUnit 是用于定义货币单位的实体。

8.11.3.8.2 实体继承(Entity inheritance)

8.11.3.8.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcMonetaryUnit (1)
1 Currency IfcLabel

货币的代码或名称。允许的值为根据 ISO 4217{ target="_top"} 的三字母货币代码,例如 CNY、EUR、GBP、JPY、USD。

表 8.11.3.8.A

8.11.3.8.4 形式化表示(Formal representation)

ENTITY IfcMonetaryUnit;
	Currency : IfcLabel;
END_ENTITY;

8.11.3.8.5 参考文献