Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcWorkControlTypeEnum

Definition from IAI: An IfcWorkControlTypeEnum is an enumeration data type that specifies the types of work control from which the relevant control can be selected.

HISTORY: New type in IFC Release 2.0

Enumeration

Value Definition
ACTUAL A control in which actual items undertaken are indicated.
BASELINE A control that is a baseline from which changes that are made later can be recognized.
PLANNED A control showing planned items.
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcWorkControlTypeEnum = ENUMERATION OF
( ACTUAL,
BASELINE,
PLANNED,
USERDEFINED,
NOTDEFINED);
END_TYPE;