OpenLexocad  28.0
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
OpenLxApp
Definition: ActiveScript.h:10
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
OpenLxApp::WallElementedCase::WallElementedCase
WallElementedCase()
Definition: WallElementedCase.h:39
OpenLxApp::Wall
The wall represents a vertical construction that bounds or subdivides spaces. Wall are usually vertic...
Definition: Wall.h:20
Wall.h
OpenLxApp::WallElementedCase
The WallElementedCase defines a wall with certain constraints for the provision of its components....
Definition: WallElementedCase.h:32
OpenLxApp::WallElementedCase::~WallElementedCase
virtual ~WallElementedCase(void)
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146