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