OpenLexocad  27.0
PlateStandardCase.h
Go to the documentation of this file.
1 #pragma once
3 #include <OpenLxApp/Plate.h>
4 
5 #include <memory>
6 
7 FORWARD_DECL(App, PlateStandardCase)
8 
9 
14 namespace OpenLxApp
15 {
34 {
35  PROXY_HEADER(PlateStandardCase, App::PlateStandardCase, IFCPLATESTANDARDCASE)
36 
37 public:
38  virtual ~PlateStandardCase(void);
39 
40 protected:
42 };
43 
44 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
PlateStandardCase()
Definition: PlateStandardCase.h:41
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
#define FORWARD_DECL(x, y)
Definition: Globals.h:96
The standard plate, PlateStandardCase, defines a plate with certain constraints for the provision of ...
Definition: PlateStandardCase.h:33
An Plate is a planar and often flat part with constant thickness. A plate may carry loads between or ...
Definition: Plate.h:19