OpenLexocad  27.0
BeamStandardCase.h
Go to the documentation of this file.
1 #pragma once
2 #include <OpenLxApp/Beam.h>
4 
5 #include <memory>
6 
7 FORWARD_DECL(App, BeamStandardCase)
8 
9 
14 namespace OpenLxApp
15 {
36 {
37  PROXY_HEADER(BeamStandardCase, App::BeamStandardCase, IFCBEAMSTANDARDCASE)
38 
39 public:
40  virtual ~BeamStandardCase(void);
41 
42 
43 protected:
45 };
46 
47 } // namespace OpenLxApp
BeamStandardCase()
Definition: BeamStandardCase.h:44
An Beam is a horizontal, or nearly horizontal, structural member that is capable of withstanding load...
Definition: Beam.h:24
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
The standard beam, BeamStandardCase, defines a beam with certain constraints for the provision of mat...
Definition: BeamStandardCase.h:35
#define FORWARD_DECL(x, y)
Definition: Globals.h:96