Salome HOME
[Code coverage GeomAlgoAPI]: Improve coverage of Prism and Revolution algorithms...
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Revolution.h
index b951c9867bc389854d787b0fcdee1fb8907875ca..f388e03bd44750673b7ef489c576d8264bbac159 100644 (file)
 class GeomAlgoAPI_Revolution : public GeomAlgoAPI_MakeSweep
 {
 public:
-  /// \brief Creates revolution for the given shape.
-  /// \param[in] theBaseShape face for revolution.
-  /// \param[in] theAxis axis for revolution.
-  /// \param[in] theToAngle to angle.
-  /// \param[in] theFromAngle from angle.
-  GEOMALGOAPI_EXPORT GeomAlgoAPI_Revolution(const GeomShapePtr                 theBaseShape,
-                                            const std::shared_ptr<GeomAPI_Ax1> theAxis,
-                                            const double                       theToAngle,
-                                            const double                       theFromAngle);
-
   /// \brief Creates revolution for the given shape.
   /// \param[in] theBaseShape face for revolution.
   /// \param[in] theAxis axis for revolution.