Struct Ifc4::IfcSystemFurnitureElementTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcSystemFurnitureElementTypeEnum

Public Types

enum Value

IfcSystemFurnitureTypeEnum defines the types of system furniture from which the type required can be selected. HISTORY: New Enumeration in IFC 2x4 Enumeration:

PANEL: Vertical panel used to divide work spaces.

WORKSURFACE: Workstation countertop.

USERDEFINED: User-defined type.

NOTDEFINED: Undefined type.

Values:

enumerator IfcSystemFurnitureElementType_PANEL
enumerator IfcSystemFurnitureElementType_WORKSURFACE
enumerator IfcSystemFurnitureElementType_USERDEFINED
enumerator IfcSystemFurnitureElementType_NOTDEFINED

Public Static Functions

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