Struct Ifc4::IfcPermeableCoveringOperationEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcPermeableCoveringOperationEnum

Public Types

enum Value

Definition: Enumeration defining the valid types of permeable coverings.

Enumeration:

GRILL protective screen of metal bars or wires

LOUVER set of fixed or movable strips of wood, metal, etc. arranged to let air in while keeping light or rain out

SCREEN upright, fixed or movable, sometimes folding framework used for protection against heat, light, access or similar

USERDEFINED user defined permeable covering type

NOTDEFINED no information available

HISTORY: New Enumeration in IFC Release 2.0

Values:

enumerator IfcPermeableCoveringOperation_GRILL
enumerator IfcPermeableCoveringOperation_LOUVER
enumerator IfcPermeableCoveringOperation_SCREEN
enumerator IfcPermeableCoveringOperation_USERDEFINED
enumerator IfcPermeableCoveringOperation_NOTDEFINED

Public Static Functions

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