]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_Sewing.h
Salome HOME
support legacy code when building a shell
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Sewing.h
index 811b6e44957bcfcbb521ea65376176f1fb6b8ab7..416ac84f25e967de8ff761e02b1863d37d1010b4 100644 (file)
@@ -44,6 +44,9 @@ public:
   GEOMALGOAPI_EXPORT virtual void modified(const std::shared_ptr<GeomAPI_Shape> theShape,
                                            ListOfShape& theHistory);
 
+protected:
+  bool  myBuildShell;
+  
 private:
   /// Builds resulting shape.
   void build(const ListOfShape& theShapes, const bool theAllowNonManifold = false, const double theTolerance = 1.e-6);