OpenLexocad  28.0
RectangleProfileDef.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 
6 
7 FORWARD_DECL(Part, RectangleProfileDef)
8 
9 namespace OpenLxApp
10 {
23 class LX_OPENLXAPP_EXPORT RectangleProfileDef : public ParameterizedProfileDef
24 {
25  PROXY_HEADER(RectangleProfileDef, Part::RectangleProfileDef, IFCRECTANGLEPROFILEDEF)
26 
29 
30 public:
31  virtual ~RectangleProfileDef(void);
32 
33 protected:
35 };
36 } // namespace OpenLxApp
OpenLxApp
Definition: ActiveScript.h:10
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
ParameterizedProfileDef.h
DECL_PROPERTY
#define DECL_PROPERTY(_class_, _name_, _type_)
DECL_PROPERTY and DEFINE_PROPERTY are macros used for mapping between the properties of Lexocad objec...
Definition: Globals.h:242
OpenLxApp::RectangleProfileDef
RectangleProfileDef defines a rectangle as the profile definition used by the swept surface geometry ...
Definition: RectangleProfileDef.h:24
OpenLxApp::ParameterizedProfileDef
The parameterized profile definition defines a 2D position coordinate system to which the parameters ...
Definition: ParameterizedProfileDef.h:26
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146