Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcPipeFittingTypeEnum

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

HISTORY: New enumeration in IFC 2x2

EXPRESS specification:

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