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