IFC 4.3.0.0 (IFC4X3) final

5.4.2.22 IfcSpatialReferenceSelect

5.4.2.22.1 Semantic definition

IfcSpatialReferenceSelect聽provides the option to either select a group occurrence, IfcGroup (and all relevent subtypes), or a product occurance, IfcProduct. for referencing to a spatial element

5.4.2.22.2 Type values

Type
IfcGroup
IfcProduct
Table 5.4.2.22.A

5.4.2.22.3 Formal representation

TYPE IfcSpatialReferenceSelect = SELECT
	(IfcGroup
	,IfcProduct);
END_TYPE;

5.4.2.22.4 References