Struct Ifc4::IfcCrewResourceTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcCrewResourceTypeEnum

Public Types

enum Value

This enumeration is used to identify the primary purpose of a crew resource. The IfcCrewResourceTypeEnum contains the following:

OFFICE: A composition of resources performing administration work in an office. SITE: A composition of resources performing production work on a construction site. USERDEFINED: User-defined resource. NOTDEFINED: Undefined resource.

HISTORY: New enumeration in IFC2x4

Values:

enumerator IfcCrewResourceType_OFFICE
enumerator IfcCrewResourceType_SITE
enumerator IfcCrewResourceType_USERDEFINED
enumerator IfcCrewResourceType_NOTDEFINED

Public Static Functions

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