OpenLexocad  27.1
StairFlight.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <OpenLxApp/Element.h>
4 #include <memory>
5 
6 FORWARD_DECL(App, StairFlight)
7 
8 namespace OpenLxApp
9 {
18 class LX_OPENLXAPP_EXPORT StairFlight : public Element
19 {
20  PROXY_HEADER(StairFlight, App::StairFlight, IFCSTAIRFLIGHT)
21 
22 public:
24  {
25  USERDEFINED,
26  NOTDEFINED
27  };
28 
29  void setPredefinedType(StairFlightTypeEnum aType);
30  StairFlightTypeEnum getPredefinedType() const;
31 
32 
33  virtual ~StairFlight(void);
34 
35 
36 protected:
38 };
39 
40 } // namespace OpenLxApp
StairFlightTypeEnum
Definition: StairFlight.h:23
An element is a generalization of all components that make up an AEC product. Those elements can be l...
Definition: Element.h:29
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
A stair flight is an assembly of building components in a single "run" of stair steps (not interrupte...
Definition: StairFlight.h:18
Definition: ActiveScript.h:7
StairFlight()
Definition: StairFlight.h:37
#define FORWARD_DECL(x, y)
Definition: Globals.h:93