Struct Ifc2x3::IfcDoorPanelPositionEnum

Nested Relationships

This struct is a nested type of Struct Ifc2x3.

Struct Documentation

struct Ifc2x3::IfcDoorPanelPositionEnum

Public Types

enum Value

Definition: This enumeration defines the basic ways to describe the location of a door panel within a door lining.

HISTORY New Enumeration in IFC Release 2.x

Figure 166 shows the designation of a door panel with PanelPosition = LEFT and a door panel with PanelPosition = RIGHT within a door style with OperationType = DOUBLE_DOOR_SINGLE_SWING. The position is given as shown in the XZ plane of the local placement, looking into the direction of the positive Y axis.

Figure 166 — Door panel positions

Values:

enumerator IfcDoorPanelPosition_LEFT
enumerator IfcDoorPanelPosition_MIDDLE
enumerator IfcDoorPanelPosition_RIGHT
enumerator IfcDoorPanelPosition_NOTDEFINED

Public Static Functions

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