IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

5.1.2.8 IfcResourceSelect(资源选择)

5.1.2.8.1 语义定义(Semantic definition)

IfcResourceSelect 提供了一个选项,可以选择资源实例(IfcResource)或资源类型(IfcTypeResource)。

5.1.2.8.2 类型值

类型
IfcResource
IfcTypeResource
表 5.1.2.8.A

5.1.2.8.3 形式化表示(Formal representation)

TYPE IfcResourceSelect = SELECT
	(IfcResource
	,IfcTypeResource);
END_TYPE;

5.1.2.8.4 参考文献