7.5.2.16 IfcEngineTypeEnum
7.5.2.16.1 Semantic definition
Enumeration defining the typical types of engines.
7.5.2.16.2 Type values
| Type | Description |
|---|---|
EXTERNALCOMBUSTION
| |
INTERNALCOMBUSTION
| |
USERDEFINED
| |
NOTDEFINED
|
7.5.2.16.3 Formal representation
TYPE IfcEngineTypeEnum = ENUMERATION OF
(EXTERNALCOMBUSTION
,INTERNALCOMBUSTION
,USERDEFINED
,NOTDEFINED);
END_TYPE;