Struct Ifc4x1::IfcEventTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcEventTypeEnum

Public Types

enum Value

The IfcEventTypeEnum defines the range of different types of event that can be specified.

HISTORY New type in IFC2x4

Enumeration:

STARTEVENT: An initiating event of a process ENDEVENT: A terminating event of a process INTERMEDIATEEVENT: An event that occurs at an intermediate stage of a process USERDEFINED NOTDEFINED

Values:

enumerator IfcEventType_STARTEVENT
enumerator IfcEventType_ENDEVENT
enumerator IfcEventType_INTERMEDIATEEVENT
enumerator IfcEventType_USERDEFINED
enumerator IfcEventType_NOTDEFINED

Public Static Functions

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