IFC 4.3.0.0 (IFC4X3) final

5.1.2.9 IfcResourceSelect

5.1.2.9.1 Semantic definition

IfcResourceSelect聽provides the option to either select a resource occurrence, IfcResource, or a resource type, IfcTypeResource.

5.1.2.9.2 Type values

Type
IfcResource
IfcTypeResource
Table 5.1.2.9.A

5.1.2.9.3 Formal representation

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

5.1.2.9.4 References