Struct Ifc4x3_rc1::IfcCableCarrierFittingTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x3_rc1.

Struct Documentation

struct Ifc4x3_rc1::IfcCableCarrierFittingTypeEnum

Public Types

enum Value

The IfcCableCarrierFittingTypeEnum defines the range of different types of cable carrier fitting that can be specified. HISTORY: New type in IFC 2x2

Enumeration

BEND: A fitting that changes the route of the cable carrier. CROSS: A fitting at which two branches are taken from the main route of the cable carrier simultaneously. REDUCER: A fitting that changes the physical size of the main route of the cable carrier. TEE: A fitting at which a branch is taken from the main route of the cable carrier. USERDEFINED: User-defined type. NOTDEFINED: Undefined type.

Values:

enumerator IfcCableCarrierFittingType_BEND
enumerator IfcCableCarrierFittingType_CROSS
enumerator IfcCableCarrierFittingType_REDUCER
enumerator IfcCableCarrierFittingType_TEE
enumerator IfcCableCarrierFittingType_USERDEFINED
enumerator IfcCableCarrierFittingType_NOTDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)