该页全部中文内容仅供20252453-T-424 项目组内部使用

20252453-T-424 项目

8.3.2.4 IfcMetricValueSelect(度量值选择)

8.3.2.4.1 语义定义(Semantic definition)

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

各类型使用方式如下:

8.3.2.4.2 类型值(Type values)

类型(Type)
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 参考(References)