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