IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.3.2.4 IfcMetricValueSelect(度量值选择)

8.3.2.4.1 语义定义(Semantic definition)

IfcMetricValueSelect 是一种选择类型,用于为 IfcMetric 的值组件选择数据类型。

各类型使用方式如下:

8.3.2.4.2 类型值

类型
IfcAppliedValue
IfcMeasureWithUnit
IfcReference
IfcTable
IfcTimeSeries
IfcValue
表 8.3.2.4.A

8.3.2.4.3 形式化表示(Formal representation)

TYPE IfcMetricValueSelect = SELECT
	(IfcAppliedValue
	,IfcMeasureWithUnit
	,IfcReference
	,IfcTable
	,IfcTimeSeries
	,IfcValue);
END_TYPE;

8.3.2.4.4 参考文献