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