Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcValue

Definition from IAI: A select type for selecting between more specialised select types IfcSimpleValue, IfcMeasureValue and IfcDerivedMeasureValue.

SELECT

HISTORY New type in IFC Release 2x.

EXPRESS specification:

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