Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcCableCarrierSegmentTypeEnum

Definition from IAI: The IfcCableCarrierSegmentTypeEnum defines the range of different types of cable carrier segment that can be specified.

HISTORY: New type in IFC 2x2

Enumeration

Value Definition Pset
CABLELADDERSEGMENT An open carrier segment on which cables are carried on a ladder structure. YES
CABLETRAYSEGMENT An (typically) open carrier segment onto which cables are laid. YES
CABLETRUNKINGSEGMENT An enclosed carrier segment with one or more compartments into which cables are placed. YES
CONDUITSEGMENT An enclosed tubular carrier segment through which cables are pulled. YES
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcCableCarrierSegmentTypeEnum = ENUMERATION OF
( CABLELADDERSEGMENT,
CABLETRAYSEGMENT,
CABLETRUNKINGSEGMENT,
CONDUITSEGMENT,
USERDEFINED,
NOTDEFINED);
END_TYPE;