OpenLexocad  27.0
ElementarySurface.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include <OpenLxApp/Surface.h>
5 
6 
7 
8 FORWARD_DECL(Part, ElementarySurface)
9 
10 namespace OpenLxApp
11 {
22 {
23  PROXY_HEADER_ABSTRACT(ElementarySurface, Part::ElementarySurface, IFCELEMENTARYSURFACE)
24 
25 public:
26  virtual ~ElementarySurface(void);
27 
28 protected:
30 };
31 } // namespace OpenLxApp
#define PROXY_HEADER_ABSTRACT(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:140
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
A surface can be envisioned as a set of connected points in 3-dimensional space which is always local...
Definition: Surface.h:21
ElementarySurface(void)
Definition: ElementarySurface.h:29
#define FORWARD_DECL(x, y)
Definition: Globals.h:96
An elementary surface is a simple analytic surface with defined parametric representation....
Definition: ElementarySurface.h:21