OpenLexocad  27.0
MemberStandardCase.h
Go to the documentation of this file.
1 #pragma once
2 #include <OpenLxApp/Member.h>
4 
5 #include <memory>
6 
7 FORWARD_DECL(App, MemberStandardCase)
8 
9 
14 namespace OpenLxApp
15 {
34 {
35  PROXY_HEADER(MemberStandardCase, App::MemberStandardCase, IFCMEMBERSTANDARDCASE)
36 
37 public:
38  virtual ~MemberStandardCase(void);
39 
40 protected:
42 };
43 
44 } // namespace OpenLxApp
A Member is a structural member designed to carry loads between or beyond points of support....
Definition: Member.h:21
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
MemberStandardCase()
Definition: MemberStandardCase.h:41
#define FORWARD_DECL(x, y)
Definition: Globals.h:96
The standard member, MemberStandardCase, defines a member with certain constraints for the provision ...
Definition: MemberStandardCase.h:33