OpenLexocad  27.0
RectangleHollowProfileDef.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 FORWARD_DECL(Part, RectangleHollowProfileDef)
7 
8 namespace OpenLxApp
9 {
25 {
26  PROXY_HEADER(RectangleHollowProfileDef, Part::RectangleHollowProfileDef, IFCRECTANGLEHOLLOWPROFILEDEF)
27 
28  DECL_PROPERTY(RectangleHollowProfileDef, WallThickness, double)
29  DECL_PROPERTY(RectangleHollowProfileDef, InnerFilletRadius, double)
30  DECL_PROPERTY(RectangleHollowProfileDef, OuterFilletRadius, double)
31 
32 public:
33  virtual ~RectangleHollowProfileDef(void);
34 
35 protected:
37 };
38 } // namespace OpenLxApp
RectangleHollowProfileDef defines a section profile that provides the defining parameters of a rectan...
Definition: RectangleHollowProfileDef.h:24
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
#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
RectangleHollowProfileDef(void)
Definition: RectangleHollowProfileDef.h:36
RectangleProfileDef defines a rectangle as the profile definition used by the swept surface geometry ...
Definition: RectangleProfileDef.h:24