IFC 4.3.1.0 (IFC4X3_ADD1) development

8.11.2.107 IfcValue

8.11.2.107.1 Semantic definition

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

SELECT

8.11.2.107.2 Type values

Type
IfcDerivedMeasureValue
IfcMeasureValue
IfcSimpleValue
Table 8.11.2.107.A

8.11.2.107.3 Formal representation

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

8.11.2.107.4 References

Edit on Github


Is this page difficult to understand? Let us know!