Salome HOME
Fix for Eclipse launch
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_FaceBuilder.h
index 204e0f36c7877e6dd92dcb6ccd55e95582983415..49ec19c3084da7dea685cc74fd7bcfd497f60111 100644 (file)
@@ -8,7 +8,6 @@
 #define GeomAlgoAPI_FaceBuilder_H_
 
 #include <GeomAlgoAPI.h>
-#include <GeomAPI_Ax1.h>
 #include <GeomAPI_Shape.h>
 #include <GeomAPI_Pnt.h>
 #include <GeomAPI_Pln.h>
@@ -36,9 +35,6 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_FaceBuilder
   /// Returns the plane of the planar face. If it is not planar, returns empty ptr.
   static std::shared_ptr<GeomAPI_Pln> plane(std::shared_ptr<GeomAPI_Shape> theFace);
 
-  /// Creates the planar face by given axis.
-  static std::shared_ptr<GeomAPI_Shape> planarFace(std::shared_ptr<GeomAPI_Ax1> theAxis);
-
   /// Creates the planar face by given point of the center and normal to the plane.
   static std::shared_ptr<GeomAPI_Shape> planarFace(std::shared_ptr<GeomAPI_Pnt> theCenter,
                                                    std::shared_ptr<GeomAPI_Dir> theNormal);