Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcStackTerminalTypeEnum

Definition from IAI: 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.

HISTORY: New type in IFC 2x

Enumeration

Value Definition Pset
BIRDCAGE Guard cage, typically wire mesh, at the top of the stack preventing access by birds NO
COWL A cowling placed at the top of a stack to eliminate downdraft NO
RAINWATERHOPPER A box placed at the top of a rainwater downpipe to catch rainwater from guttering NO
USERDEFINED
NOTDEFINED

EXPRESS specification:

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