Struct Ifc4x3_rc1::IfcWorkPlanTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x3_rc1.

Struct Documentation

struct Ifc4x3_rc1::IfcWorkPlanTypeEnum

Public Types

enum Value

An IfcWorkPlanTypeEnum is an enumeration data type that specifies the types of work plan from which the relevant control can be selected.

HISTORY Introduced in IFC2x4. Derived from IfcWorkControlTypeEnum that was introduced in IFC Release 2.0.

Enumeration:

ACTUAL: A control in which actual items undertaken are indicated. BASELINE: A control that is a baseline from which changes that are made later can be recognized. PLANNED: A control showing planned items. USERDEFINED NOTDEFINED

Values:

enumerator IfcWorkPlanType_ACTUAL
enumerator IfcWorkPlanType_BASELINE
enumerator IfcWorkPlanType_PLANNED
enumerator IfcWorkPlanType_USERDEFINED
enumerator IfcWorkPlanType_NOTDEFINED

Public Static Functions

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