IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.3.2.4 IfcMetricValueSelect

8.3.2.4.1 Semantic definition

IfcMetricValueSelect is a select type that enables selection of the data type for the value component of an IfcMetric.

Types are used as follows:

8.3.2.4.2 Type values

Type
IfcAppliedValue
IfcMeasureWithUnit
IfcReference
IfcTable
IfcTimeSeries
IfcValue
Table 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

Edit on Github

3 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!

8.3.2.4.5 Changelog

8.3.2.4.5.1 IFC4