OpenLexocad  27.1
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
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
The standard column, ColumnStandardCase, defines a column with certain constraints for the provision ...
Definition: ColumnStandardCase.h:31
ColumnStandardCase()
Definition: ColumnStandardCase.h:39
Definition: ActiveScript.h:7
A Column is a vertical structural member which often is aligned with a structural grid intersection....
Definition: Column.h:19
#define FORWARD_DECL(x, y)
Definition: Globals.h:93