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