Struct Ifc4::IfcEngineTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcEngineTypeEnum

Public Types

enum Value

Enumeration defining the typical types of engines. The IfcEngineTypeEnum contains the following:

EXTERNALCOMBUSTION: Combustion is external. INTERNALCOMBUSTION: Combustion is internal. USERDEFINED: User-defined engine type. NOTDEFINED: Undefined engine type.

HISTORY: New enumeration in IFC 2x4.

Values:

enumerator IfcEngineType_EXTERNALCOMBUSTION
enumerator IfcEngineType_INTERNALCOMBUSTION
enumerator IfcEngineType_USERDEFINED
enumerator IfcEngineType_NOTDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)