OpenLexocad  27.0
SlabElementedCase.h
Go to the documentation of this file.
1 #pragma once
3 #include <OpenLxApp/Slab.h>
4 
5 #include <memory>
6 
7 FORWARD_DECL(App, SlabElementedCase)
8 
9 
14 namespace OpenLxApp
15 {
29 {
30  PROXY_HEADER(SlabElementedCase, App::SlabElementedCase, IFCSLABELEMENTEDCASE)
31 
32 public:
33  virtual ~SlabElementedCase(void);
34 
35 protected:
37 };
38 
39 } // namespace OpenLxApp
SlabElementedCase()
Definition: SlabElementedCase.h:36
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
The SlabElementedCase defines a slab with certain constraints for the provision of its components....
Definition: SlabElementedCase.h:28
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
A slab is a component of the construction that normally encloses a space vertically....
Definition: Slab.h:19
#define FORWARD_DECL(x, y)
Definition: Globals.h:96