OpenLexocad  28.0
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
OpenLxApp
Definition: ActiveScript.h:10
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
OpenLxApp::Beam
An Beam is a horizontal, or nearly horizontal, structural member that is capable of withstanding load...
Definition: Beam.h:24
OpenLxApp::BeamStandardCase::~BeamStandardCase
virtual ~BeamStandardCase(void)
OpenLxApp::BeamStandardCase::BeamStandardCase
BeamStandardCase()
Definition: BeamStandardCase.h:42
OpenLxApp::BeamStandardCase
The standard beam, BeamStandardCase, defines a beam with certain constraints for the provision of mat...
Definition: BeamStandardCase.h:34
Beam.h
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146