IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.11.2.108 IfcValue

8.11.2.108.1 Semantic definition

IfcValue is a select type for selecting between more specialised select types IfcSimpleValue, IfcMeasureValue and IfcDerivedMeasureValue.

SELECT

8.11.2.108.2 Type values

Type
IfcDerivedMeasureValue
IfcMeasureValue
IfcSimpleValue
Table 8.11.2.108.A

8.11.2.108.3 Formal representation

TYPE IfcValue = SELECT
(IfcDerivedMeasureValue
,IfcMeasureValue
,IfcSimpleValue);
END_TYPE;

8.11.2.108.4 References