Struct Ifc4::IfcColumnTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcColumnTypeEnum

Public Types

enum Value

Definition from IAI: This enumeration defines the different types of linear elements an IfcColumnType object can fulfill:

COLUMN: A standard column element usually used vertically. USERDEFINED: User-defined linear element. NOTDEFINED: Undefined linear element

NOTE: This enumeration has been mainly introduced to allow further detailing of the type information in future releases of IFC. HISTORY New Enumeration in Release IFC2x Edition 2.

Values:

enumerator IfcColumnType_COLUMN
enumerator IfcColumnType_PILASTER
enumerator IfcColumnType_USERDEFINED
enumerator IfcColumnType_NOTDEFINED

Public Static Functions

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