Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcDuctSegmentTypeEnum

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

HISTORY: New enumeration in IFC 2x2

EXPRESS specification:

TYPE IfcDuctSegmentTypeEnum = ENUMERATION OF
( RIGIDSEGMENT,
FLEXIBLESEGMENT,
USERDEFINED,
NOTDEFINED);
END_TYPE;