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
5.1.2.5.3 Formal representation
TYPE IfcProductSelect = SELECT
(IfcProduct
,IfcTypeProduct);
END_TYPE;