
IfcActuatorFailPositionEnum
Definition from IAI:
This enumeration defines the different states for failure for an
instance of IfcActuator.
Valid enumerations are:
- FAILOPEN: Actuator fails to the open position.
- FAILCLOSED: Actuator fails to the closed position.
- USERDEFINED: User-defined fail postion.
- NOTDEFINED: Undefined fail postion.
ISSUES No issues to date.
HISTORY New enumeration in IFC R2.
EXPRESS specification:
|
|
| TYPE IfcActuatorFailPositionEnum = ENUMERATION OF
|
|
|
| (
|
FAILOPEN, FAILCLOSED, USERDEFINED, NOTDEFINED);
|
|
|
References (1):