IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

7.6.2.4 IfcStackTerminalTypeEnum

7.6.2.4.1 Semantic definition

An IfcStackTerminalTypeEnum defines the range of different types of stack terminal that can be specified for use at the top of a vertical stack subsystem.

7.6.2.4.2 Type values

Type Description
BIRDCAGE

Guard cage, typically wire mesh, at the top of the stack preventing access by birds.

COWL

A cowling placed at the top of a stack to eliminate downdraft.

RAINWATERHOPPER

A box placed at the top of a rainwater downpipe to catch rainwater from guttering.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.6.2.4.A

7.6.2.4.3 Formal representation

TYPE IfcStackTerminalTypeEnum = ENUMERATION OF
	(BIRDCAGE
	,COWL
	,RAINWATERHOPPER
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.6.2.4.4 References

Edit on Github

3 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!