Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcActionSourceTypeEnum

Definition from IAI:This enumeration type contains possible action sources. The IfcActionSourceTypeEnum type is referenced by the entity IfcStructuralLoadGroup which shall normally be of the type LOAD_CASE (see also IfcLoadGroupTypeEnum).

HISTORY: New type in Release IFC2x Edition 2.

EXPRESS specification:

TYPE IfcActionSourceTypeEnum = ENUMERATION OF
( DEAD_LOAD_G,
COMPLETION_G1,
LIVE_LOAD_Q,
SNOW_S,
WIND_W,
PRESTRESSING_P,
SETTLEMENT_U,
TEMPERATURE_T,
EARTHQUAKE_E,
FIRE,
IMPULSE,
IMPACT,
TRANSPORT,
ERECTION,
PROPPING,
SYSTEM_IMPERFECTION,
SHRINKAGE,
CREEP,
LACK_OF_FIT,
BUOYANCY,
ICE,
CURRENT,
WAVE,
RAIN,
BRAKES,
USERDEFINED,
NOTDEFINED);
END_TYPE;