OpenLexocad  27.1
WallElementedCase.h
Go to the documentation of this file.
1 #pragma once
2 #include <OpenLxApp/Wall.h>
3 
4 #include <memory>
5 
6 FORWARD_DECL(App, WallElementedCase)
7 
8 
13 namespace OpenLxApp
14 {
31 class LX_OPENLXAPP_EXPORT WallElementedCase : public Wall
32 {
33  PROXY_HEADER(WallElementedCase, App::WallElementedCase, IFCWALLELEMENTEDCASE)
34 
35 public:
36  virtual ~WallElementedCase(void);
37 
38 protected:
40 };
41 
42 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
The WallElementedCase defines a wall with certain constraints for the provision of its components....
Definition: WallElementedCase.h:31
The wall represents a vertical construction that bounds or subdivides spaces. Wall are usually vertic...
Definition: Wall.h:19
Definition: ActiveScript.h:7
WallElementedCase()
Definition: WallElementedCase.h:39
#define FORWARD_DECL(x, y)
Definition: Globals.h:93