IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

8.11.2.108 IfcValue(值)

8.11.2.108.1 语义定义

IfcValue 是一种选择类型,用于在更专业的选择类型 IfcSimpleValueIfcMeasureValueIfcDerivedMeasureValue 之间进行选择。

选择

沿革 在 IFC2x 中新增的类型。

8.11.2.108.2 类型值

类型
IfcDerivedMeasureValue
IfcMeasureValue
IfcSimpleValue
表 8.11.2.108.A

8.11.2.108.3 形式化表示

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

8.11.2.108.4 参考