该页全部中文内容仅供20252453-T-424 项目组内部使用

20252453-T-424 项目

8.11.2.108 IfcValue(值)

8.11.2.108.1 语义定义(Semantic definition)

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

选择

8.11.2.108.2 类型值(Type values)

类型(Type)
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 参考(References)