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