Struct Ifc4x1::IfcWorkCalendarTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcWorkCalendarTypeEnum

Public Types

enum Value

An IfcWorkCalendarTypeEnum is an enumeration data type that specifies the types of work calendar from which the relevant control can be selected. If given it should help to identify base calendars.

HISTORY: Introduced in IFC2x4.

Enumeration:

FIRSTSHIFT: Belongs to the first shift SECONDSHIFT: Belongs to the second shift THIRDSHIFT: Belongs to the third shift USERDEFINED NOTDEFINED

Values:

enumerator IfcWorkCalendarType_FIRSTSHIFT
enumerator IfcWorkCalendarType_SECONDSHIFT
enumerator IfcWorkCalendarType_THIRDSHIFT
enumerator IfcWorkCalendarType_USERDEFINED
enumerator IfcWorkCalendarType_NOTDEFINED

Public Static Functions

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