IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.11.3.7 IfcMeasureWithUnit(带单位测量)

RV ⓘ
AbV ⓘ

8.11.3.7.1 语义定义(Semantic definition)

IfcMeasureWithUnit 有两种用途: 1. 在实体类型属性级别表示测量值及其单位;从而覆盖 IFC 模型的全局单位分配。 2. 用于基于转换的单位,以提供转换率及其基准。

8.11.3.7.2 实体继承(Entity inheritance)

8.11.3.7.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcMeasureWithUnit (2)
1 ValueComponent IfcValue

以指定单位表示时的物理量值。

2 UnitComponent IfcUnit

表示物理量所用的单位。

表 8.11.3.7.A

8.11.3.7.4 形式化表示(Formal representation)

ENTITY IfcMeasureWithUnit;
	ValueComponent : IfcValue;
	UnitComponent : IfcUnit;
END_ENTITY;

8.11.3.7.5 参考文献