Salome HOME
Non planar faces 35156
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Face.h
index cbb4e9cbf33ca1d897be97afafb5a430cf517bfd..4653845f7adb0d7cb6748ff0d74c6ede23f36783 100644 (file)
@@ -69,6 +69,10 @@ private:
                          const std::list< std::shared_ptr<GeomAPI_Dir> >& theNormals,
                          std::list< std::shared_ptr<GeomAPI_Shape> >& theFaces,
                          std::shared_ptr<GeomAlgoAPI_MakeShape>& theBuilderAlgo) const;
+
+  void buildNonPlanarFacesByEdges(const ListOfShape& theShapes,
+                                  ListOfShape& theFaces,
+                                  std::shared_ptr<GeomAlgoAPI_MakeShape>& theBuilderAlgo) const;
 };
 
 #endif