Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcDoorPanelOperationEnum

Definition from IAI: This enumeration defines the basic ways how individual door panels operate.

HISTORY New Enumeration in IFC Release 2.0.
Swinging
DoubleActing
Sliding
Folding
Revolving
Rollingup
UserDefined  
NotDefined  

The opening direction of the door panels is given by the local placement of the IfcDoor. The positive y-axis determines the direction as shown in the figure.

panel direction

NOTE

  1. Figures (symbolic representation) depend on the national building code
  2. These figures are only shown as illustrations

EXPRESS specification:

TYPE IfcDoorPanelOperationEnum = ENUMERATION OF
( SWINGING,
DOUBLE_ACTING,
SLIDING,
FOLDING,
REVOLVING,
ROLLINGUP,
USERDEFINED,
NOTDEFINED);
END_TYPE;