IFC 4.3.2.20240423 (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

Edit on Github


Is this page difficult to understand? Let us know!