7.2.2.3 IfcControllerTypeEnum
7.2.2.3.1 Semantic definition
The IfcControllerTypeEnum defines the range of different types of controller that can be specified.
7.2.2.3.2 Type values
| Type | Description |
|---|---|
FLOATING
| |
MULTIPOSITION
| |
PROGRAMMABLE
| |
PROPORTIONAL
| |
TWOPOSITION
| |
USERDEFINED
| |
NOTDEFINED
|
7.2.2.3.3 Formal representation
TYPE IfcControllerTypeEnum = ENUMERATION OF
(FLOATING
,MULTIPOSITION
,PROGRAMMABLE
,PROPORTIONAL
,TWOPOSITION
,USERDEFINED
,NOTDEFINED);
END_TYPE;