OpenLexocad  28.0
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 
31 
32 
33  virtual ~StairFlight(void);
34 
35 
36 protected:
38 };
39 
40 } // namespace OpenLxApp
OpenLxApp
Definition: ActiveScript.h:10
Element.h
OpenLxApp::StairFlight::~StairFlight
virtual ~StairFlight(void)
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
OpenLxApp::StairFlight::StairFlight
StairFlight()
Definition: StairFlight.h:37
OpenLxApp::Element
An element is a generalization of all components that make up an AEC product. Those elements can be l...
Definition: Element.h:30
OpenLxApp::StairFlight
A stair flight is an assembly of building components in a single "run" of stair steps (not interrupte...
Definition: StairFlight.h:19
OpenLxApp::StairFlight::setPredefinedType
void setPredefinedType(StairFlightTypeEnum aType)
OpenLxApp::StairFlight::getPredefinedType
StairFlightTypeEnum getPredefinedType() const
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
OpenLxApp::StairFlight::StairFlightTypeEnum
StairFlightTypeEnum
Definition: StairFlight.h:24