IFC 4.3.0.0 (IFC4X3) final

5.1.2.5 IfcProductSelect

5.1.2.5.1 Semantic definition

IfcProductSelect聽provides the option to either select a product occurrence, IfcProduct, or a product type, IfcTypeProduct.

5.1.2.5.2 Type values

Type
IfcProduct
IfcTypeProduct
Table 5.1.2.5.A

5.1.2.5.3 Formal representation

TYPE IfcProductSelect = SELECT
	(IfcProduct
	,IfcTypeProduct);
END_TYPE;

5.1.2.5.4 References