Struct Ifc4::IfcTubeBundleTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcTubeBundleTypeEnum

Public Types

enum Value

Enumeration defining the typical types of tube bundles. The IfcTubeBundleTypeEnum contains the following:

FINNED: Finned tube bundle type. USERDEFINED: User-defined tube bundle type. NOTDEFINED: Undefined tube bundle type.

HISTORY: New enumeration in IFC 2x2.

Values:

enumerator IfcTubeBundleType_FINNED
enumerator IfcTubeBundleType_USERDEFINED
enumerator IfcTubeBundleType_NOTDEFINED

Public Static Functions

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