OpenLexocad  27.0
BoundedSurface.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include <OpenLxApp/Surface.h>
5 
6 
7 
8 FORWARD_DECL(Part, BoundedSurface)
9 
10 
11 namespace OpenLxApp
12 {
23 {
24  PROXY_HEADER_ABSTRACT(BoundedSurface, Part::BoundedSurface, IFCBOUNDEDSURFACE)
25 
26 public:
27  virtual ~BoundedSurface();
28 
29 protected:
31 };
32 } // namespace OpenLxApp
#define PROXY_HEADER_ABSTRACT(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:140
A bounded surface is a surface of finite area with identifiable boundaries. (Definition from ISO/CD 1...
Definition: BoundedSurface.h:22
#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
BoundedSurface()
Definition: BoundedSurface.h:30
#define FORWARD_DECL(x, y)
Definition: Globals.h:96