OpenLexocad  27.0
AdvancedBrep.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Geom/Pnt.h>
4 #include <OpenLxApp/Geometry.h>
6 
7 #include <vector>
8 
9 
10 
11 FORWARD_DECL(Part, AdvancedBrep)
12 
13 namespace OpenLxApp
14 {
50 {
51  PROXY_HEADER(AdvancedBrep, Part::AdvancedBrep, IFCADVANCEDBREP)
52 
53 public:
54  ~AdvancedBrep(void);
55  bool setShape(pShape aShape);
56 
57 private:
58  AdvancedBrep(void) {}
59 };
60 
61 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:26
An advanced B-rep is a boundary representation model in which all faces, edges and vertices are expli...
Definition: AdvancedBrep.h:49
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
#define FORWARD_DECL(x, y)
Definition: Globals.h:96
std::shared_ptr< Topo::Shape > pShape
Definition: Variant.h:80