OpenLexocad  27.0
WallStandardCase.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include <OpenLxApp/Wall.h>
5 
6 #include <memory>
7 
8 FORWARD_DECL(App, WallStandardCase)
9 
10 namespace OpenLxApp
11 {
41 {
42  PROXY_HEADER(WallStandardCase, App::WallStandardCase, IFCWALLSTANDARDCASE)
43 
44 public:
45  virtual ~WallStandardCase(void);
46  virtual bool setGeometry(std::shared_ptr<Geometry> geo) override;
47 
48 protected:
50 };
51 
52 } // namespace OpenLxApp
WallStandardCase()
Definition: WallStandardCase.h:49
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
TThe WallStandardCase defines a wall with certain constraints for the provision of parameters and wit...
Definition: WallStandardCase.h:40
The wall represents a vertical construction that bounds or subdivides spaces. Wall are usually vertic...
Definition: Wall.h:20
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
#define FORWARD_DECL(x, y)
Definition: Globals.h:96