OpenLexocad  27.0
ParameterizedProfileDef.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include <OpenLxApp/ProfileDef.h>
5 
6 
7 
8 FORWARD_DECL(Part, ParameterizedProfileDef)
9 
10 namespace OpenLxApp
11 {
25 {
26  PROXY_HEADER_ABSTRACT(ParameterizedProfileDef, Part::ParameterizedProfileDef, IFCPARAMETERIZEDPROFILEDEF)
27 
29 
30 public:
31  virtual ~ParameterizedProfileDef(void);
32 
33 protected:
35 };
36 } // namespace OpenLxApp
ParameterizedProfileDef(void)
Definition: ParameterizedProfileDef.h:34
The parameterized profile definition defines a 2D position coordinate system to which the parameters ...
Definition: ParameterizedProfileDef.h:24
#define PROXY_HEADER_ABSTRACT(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:140
#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
ProfileDef is the supertype of all definitions of standard and arbitrary profiles....
Definition: ProfileDef.h:24
Definition: Ax22d.h:50
#define FORWARD_DECL(x, y)
Definition: Globals.h:96