OpenLexocad  27.1
DoorStandardCase.h
Go to the documentation of this file.
1 #pragma once
2 #include <OpenLxApp/Door.h>
3 
4 #include <memory>
5 
6 FORWARD_DECL(App, DoorStandardCase)
7 
8 
13 namespace OpenLxApp
14 {
31 class LX_OPENLXAPP_EXPORT DoorStandardCase : public Door
32 {
33  PROXY_HEADER(DoorStandardCase, App::DoorStandardCase, IFCDOORSTANDARDCASE)
34 
35 public:
36  virtual ~DoorStandardCase(void);
37 
38 
39 protected:
41 };
42 
43 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
Definition: ActiveScript.h:7
The door is a building element that is predominately used to provide controlled access for people and...
Definition: Door.h:18
DoorStandardCase()
Definition: DoorStandardCase.h:40
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
The standard door, DoorStandardCase, defines a door with certain constraints for the provision of ope...
Definition: DoorStandardCase.h:31