8.11.3.8 IfcMonetaryUnit(货币单位)
RV ⓘ
AbV ⓘ
8.11.3.8.1 语义定义
IfcMonetaryUnit 是用于定义货币单位的实体。
沿革 IFC2x 中的新实体。
8.11.3.8.2 实体继承
8.11.3.8.3 特性
| # | 特性 | 类型 | 描述 |
|---|---|---|---|
| IfcMonetaryUnit (1) | |||
| 1 | Currency | IfcLabel |
货币的代码或名称。允许的值为根据 ISO 4217{ target="_top"} 的三字母货币代码,例如 CNY、EUR、GBP、JPY、USD。 |
8.11.3.8.4 形式化表示
ENTITY IfcMonetaryUnit;
Currency : IfcLabel;
END_ENTITY;