IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.4.2.1 IfcAppliedValueSelect(应用值选择)

8.4.2.1.1 语义定义(Semantic definition)

IfcAppliedValueSelect 定义了在公式中需要计算的值。

类型使用方式如下:

对于成本值,适用以下指南:

  • IfcMeasureWithUnit 允许同时指定值的实际数值以及表示该值所使用的货币单位。
  • 选择 IfcMonetaryMeasure 仅允许指定数值,货币单位由全局上下文设置。
  • 选择 IfcRatioMeasure 假定金额为百分比或其他实数。请注意,如果金额通常指定为 -20%,则需要将该数字转换为乘数 0.8。

8.4.2.1.2 类型值

类型
IfcMeasureWithUnit
IfcReference
IfcValue
表 8.4.2.1.A

8.4.2.1.3 形式化表示(Formal representation)

TYPE IfcAppliedValueSelect = SELECT
	(IfcMeasureWithUnit
	,IfcReference
	,IfcValue);
END_TYPE;

8.4.2.1.4 参考文献