IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

5.1.2.8 IfcResourceSelect(资源选择类型)

5.1.2.8.1 语义定义

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

沿革 IFC4 中的新选择类型。

5.1.2.8.2 类型值

类型
IfcResource
IfcTypeResource
表 5.1.2.8.A

5.1.2.8.3 形式化表示

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

5.1.2.8.4 参考