IFC 4.3.0.0 (IFC4X3) final

8.8.2.4 IfcGeometricSetSelect

8.8.2.4.1 Semantic definition

The IfcGeometricSetSelect includes the geometric representation items applicable to be part of the geometric set.

8.8.2.4.2 Type values

Type
IfcCurve
IfcPoint
IfcSurface
Table 8.8.2.4.A

8.8.2.4.3 Formal representation

TYPE IfcGeometricSetSelect = SELECT
	(IfcCurve
	,IfcPoint
	,IfcSurface);
END_TYPE;

8.8.2.4.4 References