Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcSequenceEnum

Definition from IAI: This enumeration defines the different ways, in which a time lag is applied to a sequence between two processes.

HISTORY: New entitiy in IFC Release 1.0.

EXPRESS specification:

TYPE IfcSequenceEnum = ENUMERATION OF
( START_START,
START_FINISH,
FINISH_START,
FINISH_FINISH,
NOTDEFINED);
END_TYPE;