IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

7.6.2.2 IfcInterceptorTypeEnum

7.6.2.2.1 Semantic definition

The IfcInterceptorTypeEnum defines the range of different types of interceptor that can be specified.

7.6.2.2.2 Type values

Type Description
CYCLONIC

Removes larger liquid drops or larger solid particles.

GREASE

Chamber, on the line of a drain or discharge pipe, that prevents grease passing into a drainage system.

OIL

One or more chambers arranged to prevent the ingress of oil to a drain or sewer that retains the oil for later removal.

PETROL

Two or more chambers with inlet and outlet pipes arranged to allow petrol/gasoline collected on the surface of water drained into them to evaporate through ventilating pipes.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.6.2.2.A

7.6.2.2.3 Formal representation

TYPE IfcInterceptorTypeEnum = ENUMERATION OF
	(CYCLONIC
	,GREASE
	,OIL
	,PETROL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.6.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.6.2.2.5 Changelog

7.6.2.2.5.1 IFC4

  • New resource