Struct Ifc4x3_rc1::IfcPermitTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x3_rc1.

Struct Documentation

struct Ifc4x3_rc1::IfcPermitTypeEnum

Public Types

enum Value

IfcPermitTypeEnum defines the types of permits that can be granted. HISTORY: New Enumeration in IFC2x4. Enumeration:

ACCESS: Enables access to an identified area. BUILDING: Enables work to proceed by getting regulatory permissions. WORK: Enables work to be carried out in an identified area. USERDEFINED: User-defined type. NOTDEFINED: Undefined type.

Values:

enumerator IfcPermitType_ACCESS
enumerator IfcPermitType_BUILDING
enumerator IfcPermitType_WORK
enumerator IfcPermitType_USERDEFINED
enumerator IfcPermitType_NOTDEFINED

Public Static Functions

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