OpenLexocad  27.1
BeamStandardCase.h
Go to the documentation of this file.
1 #pragma once
2 #include <OpenLxApp/Beam.h>
3 #include <memory>
4 
5 FORWARD_DECL(App, BeamStandardCase)
6 
7 
12 namespace OpenLxApp
13 {
33 class LX_OPENLXAPP_EXPORT BeamStandardCase : public Beam
34 {
35  PROXY_HEADER(BeamStandardCase, App::BeamStandardCase, IFCBEAMSTANDARDCASE)
36 
37 public:
38  virtual ~BeamStandardCase(void);
39 
40 
41 protected:
43 };
44 
45 } // namespace OpenLxApp
BeamStandardCase()
Definition: BeamStandardCase.h:42
An Beam is a horizontal, or nearly horizontal, structural member that is capable of withstanding load...
Definition: Beam.h:23
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
Definition: ActiveScript.h:7
The standard beam, BeamStandardCase, defines a beam with certain constraints for the provision of mat...
Definition: BeamStandardCase.h:33
#define FORWARD_DECL(x, y)
Definition: Globals.h:93