OpenLexocad  27.0
ShellTool.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Topo/Shape.h>
4 #include <Topo/topo_defines.h>
5 
6 namespace Topo
7 {
15 {
16 public:
17  ShellTool(void);
18  virtual ~ShellTool(void);
19 
21  // //
22  // --------------------- BEGIN API --------------------- //
23  // //
24  // ATTENTION: DO NOT CHANGE ANY SIGNATURES IN THE API ! //
25  // //
27 
28  // TODO
29 
30  // static pShell makeShell( const std::vector<pFace>& faces);
31 
33  // //
34  // ---------------------- END API ---------------------- //
35  // //
37 
38 
39 protected:
40  // virtual pShell _makeShell( const std::vector<pFace>& faces);
42 
44 };
45 
46 } // namespace Topo
#define TOPO_EXPORT
Definition: topo_defines.h:8
static Topo::ShellTool * _defaultTool
Definition: ShellTool.h:41
Tools for creating, manipulating and querying Shells.
Definition: ShellTool.h:14
Definition: Variant.h:70