Struct Ifc4::IfcStateEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcStateEnum

Public Types

enum Value

The IfcStateEnum enumeration identifies the state or accessibility of the object (for example, read/write, locked).

Valid enumerations are:

READWRITE: Object is in a Read-Write state. It may be modified by an application. READONLY: Object is in a Read-Only state. It may be viewed but not modified by an application. LOCKED: Object is in a Locked state. It may not be accessed by an application. READWRITELOCKED: Object is in a Read-Write-Locked state. It may not be accessed by an application. READONLYLOCKED: Object is in a Read-Only-Locked state. It may not be accessed by an application.

HISTORY New enumeration in IFC R2.0.

IFC2x3 CHANGE This concept was initially introduced in IFC 2.0 as IfcModifiedFlag of type BINARY(3) FIXED and has been modified in R2x to an enumeration. It was initially introduced as a first step towards providing facilities for partial model exchange from a server as requested by the IFC implementers. It is intended for use primarily by a model server so that an application can identify the state of the object.

Values:

enumerator IfcState_READWRITE
enumerator IfcState_READONLY
enumerator IfcState_LOCKED
enumerator IfcState_READWRITELOCKED
enumerator IfcState_READONLYLOCKED

Public Static Functions

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