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