Struct Ifc4x2::IfcDataOriginEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcDataOriginEnum

Public Types

enum Value

IfcDataOriginEnum identifies the origin of time data:

MEASURED: The origin of the time data is a measurement device. PREDICTED: The time data are a prediction. SIMULATED: The origin of the time data is a simulation. NOTDEFINED: The origin of the time data is undefined.

HISTORY: New enumeration in IFC 2x2.

Values:

enumerator IfcDataOrigin_MEASURED
enumerator IfcDataOrigin_PREDICTED
enumerator IfcDataOrigin_SIMULATED
enumerator IfcDataOrigin_USERDEFINED
enumerator IfcDataOrigin_NOTDEFINED

Public Static Functions

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