]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildPlugin/BuildPlugin_Face.h
Salome HOME
Updated copyright comment
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Face.h
index cbb4e9cbf33ca1d897be97afafb5a430cf517bfd..18753d127b139aa8c7edf5e710275544c58dd1b3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2023  CEA, EDF
+// Copyright (C) 2014-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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