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