Struct Ifc4x1::IfcSequenceEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcSequenceEnum

Public Types

enum Value

IfcSequenceEnum is an enumeration that defines the different ways in which a time lag is applied to a sequence between two processes.

HISTORY New entity in IFC 1.0

Values:

enumerator IfcSequence_START_START
enumerator IfcSequence_START_FINISH
enumerator IfcSequence_FINISH_START
enumerator IfcSequence_FINISH_FINISH
enumerator IfcSequence_USERDEFINED
enumerator IfcSequence_NOTDEFINED

Public Static Functions

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