OpenLexocad  28.0
ColumnStandardCase.h
Go to the documentation of this file.
1 #pragma once
2 #include <OpenLxApp/Column.h>
3 
4 #include <memory>
5 
6 FORWARD_DECL(App, ColumnStandardCase)
7 
8 
13 namespace OpenLxApp
14 {
31 class LX_OPENLXAPP_EXPORT ColumnStandardCase : public Column
32 {
33  PROXY_HEADER(ColumnStandardCase, App::ColumnStandardCase, IFCCOLUMNSTANDARDCASE)
34 
35 public:
36  virtual ~ColumnStandardCase(void);
37 
38 protected:
40 };
41 
42 } // namespace OpenLxApp
OpenLxApp
Definition: ActiveScript.h:10
OpenLxApp::ColumnStandardCase::ColumnStandardCase
ColumnStandardCase()
Definition: ColumnStandardCase.h:39
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
OpenLxApp::ColumnStandardCase::~ColumnStandardCase
virtual ~ColumnStandardCase(void)
OpenLxApp::Column
A Column is a vertical structural member which often is aligned with a structural grid intersection....
Definition: Column.h:20
Column.h
OpenLxApp::ColumnStandardCase
The standard column, ColumnStandardCase, defines a column with certain constraints for the provision ...
Definition: ColumnStandardCase.h:32
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146