]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_FaceBuilder.h
Salome HOME
[Code coverage GeomAlgoAPI]: Remove default constructors of algorithms
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_FaceBuilder.h
index 1d7e8e8523e15fcfb27789d226b03be20b3c1367..41e22a0811f3baea01e22a6b40f3494de4d5396f 100644 (file)
@@ -61,11 +61,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