Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcPipeSegmentTypeEnum

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

HISTORY: New enumeration in IFC 2x2

EXPRESS specification:

TYPE IfcPipeSegmentTypeEnum = ENUMERATION OF
( FLEXIBLESEGMENT,
RIGIDSEGMENT,
GUTTER,
SPOOL,
USERDEFINED,
NOTDEFINED);
END_TYPE;