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