OpenLexocad  27.0
CircleProfileDef.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 
7 
8 FORWARD_DECL(Part, CircleProfileDef)
9 
10 namespace OpenLxApp
11 {
24 {
25  PROXY_HEADER(CircleProfileDef, Part::CircleProfileDef, IFCCIRCLEPROFILEDEF)
26 
27  DECL_PROPERTY(CircleProfileDef, Radius, double)
28 
29 public:
30  virtual ~CircleProfileDef(void);
31 
32 protected:
34 };
35 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
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
CircleProfileDef(void)
Definition: CircleProfileDef.h:33
#define FORWARD_DECL(x, y)
Definition: Globals.h:96
CircleProfileDef defines a circle as the profile definition used by the swept surface geometry or by ...
Definition: CircleProfileDef.h:23