IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.11.2.108 IfcValue(值)

8.11.2.108.1 语义定义(Semantic definition)

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

选择

8.11.2.108.2 类型值

类型
IfcDerivedMeasureValue
IfcMeasureValue
IfcSimpleValue
表 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 参考文献