OpenLexocad  27.0
RectangleProfileDef.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 
7 
8 FORWARD_DECL(Part, RectangleProfileDef)
9 
10 namespace OpenLxApp
11 {
25 {
26  PROXY_HEADER(RectangleProfileDef, Part::RectangleProfileDef, IFCRECTANGLEPROFILEDEF)
27 
28  DECL_PROPERTY(RectangleProfileDef, XDim, double)
29  DECL_PROPERTY(RectangleProfileDef, YDim, double)
30 
31 public:
32  virtual ~RectangleProfileDef(void);
33 
34 protected:
36 };
37 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
RectangleProfileDef(void)
Definition: RectangleProfileDef.h:35
The parameterized profile definition defines a 2D position coordinate system to which the parameters ...
Definition: ParameterizedProfileDef.h:24
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
#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:245
#define FORWARD_DECL(x, y)
Definition: Globals.h:96
RectangleProfileDef defines a rectangle as the profile definition used by the swept surface geometry ...
Definition: RectangleProfileDef.h:24