5.1.2.8 IfcResourceSelect(资源选择)
5.1.2.8.1 语义定义(Semantic definition)
IfcResourceSelect 提供了一个选项,可以选择资源实例(IfcResource)或资源类型(IfcTypeResource)。
5.1.2.8.2 类型值
5.1.2.8.3 形式化表示(Formal representation)
TYPE IfcResourceSelect = SELECT
(IfcResource
,IfcTypeResource);
END_TYPE;