IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

8.11.3.7 IfcMeasureWithUnit(带单位测量)

RV ⓘ
AbV ⓘ

8.11.3.7.1 语义定义

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

沿革 IFC1.5.1 中的新实体

8.11.3.7.2 实体继承

8.11.3.7.3 特性

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

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

2 UnitComponent IfcUnit

表示物理量所用的单位。

表 8.11.3.7.A

8.11.3.7.4 形式化表示

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

8.11.3.7.5 参考