OpenLexocad  27.0
CurtainWall.h
Go to the documentation of this file.
1 #pragma once
2 #include <OpenLxApp/Element.h>
4 
5 #include <memory>
6 
7 FORWARD_DECL(App, CurtainWall)
8 
9 namespace OpenLxApp
10 {
21 {
22  PROXY_HEADER(CurtainWall, App::CurtainWall, IFCCURTAINWALL)
23 
24 public:
26  {
27  USERDEFINED,
28  NOTDEFINED
29  };
30 
31  void setPredefinedType(CurtainWallTypeEnum aType);
32  CurtainWallTypeEnum getPredefinedType() const;
33 
34  virtual ~CurtainWall(void);
35 
36 protected:
38 };
39 
40 } // namespace OpenLxApp
An element is a generalization of all components that make up an AEC product. Those elements can be l...
Definition: Element.h:40
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
A curtain wall is an exterior wall of a building which is an assembly of components,...
Definition: CurtainWall.h:20
CurtainWall()
Definition: CurtainWall.h:37
#define FORWARD_DECL(x, y)
Definition: Globals.h:96
CurtainWallTypeEnum
Definition: CurtainWall.h:25