Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcDuctFittingTypeEnum

Definition from IAI: This enumeration is used to identify the primary purpose of a duct fitting. This is a very basic categorization mechanism to generically identify the duct fitting type. Subcategories of duct fittings are not enumerated. The IfcDuctFittingTypeEnum contains the following:

HISTORY: New enumeration in IFC 2x2

EXPRESS specification:

TYPE IfcDuctFittingTypeEnum = ENUMERATION OF
( BEND,
CONNECTOR,
ENTRY,
EXIT,
JUNCTION,
OBSTRUCTION,
TRANSITION,
USERDEFINED,
NOTDEFINED);
END_TYPE;