OpenLexocad  27.1
BoundedSurface.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <OpenLxApp/Surface.h>
4 
5 
6 
7 FORWARD_DECL(Part, BoundedSurface)
8 
9 
10 namespace OpenLxApp
11 {
21 class LX_OPENLXAPP_EXPORT BoundedSurface : public Surface
22 {
23  PROXY_HEADER_ABSTRACT(BoundedSurface, Part::BoundedSurface, IFCBOUNDEDSURFACE)
24 
25 public:
26  virtual ~BoundedSurface();
27 
28 protected:
30 };
31 } // namespace OpenLxApp
#define PROXY_HEADER_ABSTRACT(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:137
A bounded surface is a surface of finite area with identifiable boundaries. (Definition from ISO/CD 1...
Definition: BoundedSurface.h:21
Definition: ActiveScript.h:7
A surface can be envisioned as a set of connected points in 3-dimensional space which is always local...
Definition: Surface.h:20
BoundedSurface()
Definition: BoundedSurface.h:29
#define FORWARD_DECL(x, y)
Definition: Globals.h:93