Salome HOME
updated copyright message
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_FaceBuilder.h
index 1d7e8e8523e15fcfb27789d226b03be20b3c1367..ee386df03eafcf2817e132d86689934ef40e8135 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef GeomAlgoAPI_FaceBuilder_H_
@@ -61,11 +60,6 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_FaceBuilder
                         const std::shared_ptr<GeomAPI_Vertex> theVertex1,
                         const std::shared_ptr<GeomAPI_Vertex> theVertex2,
                         const std::shared_ptr<GeomAPI_Vertex> theVertex3);
-
-  /// Creates a planar face parallel to theFace and passing through theVertex.
-  static std::shared_ptr<GeomAPI_Face> planarFaceByFaceAndVertex(
-                        const std::shared_ptr<GeomAPI_Face> theFace,
-                        const std::shared_ptr<GeomAPI_Vertex> theVertex);
 };
 
 #endif