X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_Rotation.h;h=ef56c33eafc67e79573d515ea50d601c27eb87d6;hb=404d3f9cf25a17875338b7097b234ea8ed06a7cf;hp=bf8e035796a9f271de2c297ab68523358db58417;hpb=0c0c2fd5b941ad2e65a0e82251dca2f796750b97;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_Rotation.h b/src/GeomAlgoAPI/GeomAlgoAPI_Rotation.h index bf8e03579..ef56c33ea 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_Rotation.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_Rotation.h @@ -25,12 +25,10 @@ public: * \param[in] theSourceShape a shape to be rotated. * \param[in] theAxis rotation axis. * \param[in] theAngle rotation angle(in degree). - * \param[in] theSimpleTransform makes just transformation of shape without changing of topology or geometry */ GEOMALGOAPI_EXPORT GeomAlgoAPI_Rotation(std::shared_ptr theSourceShape, std::shared_ptr theAxis, - double theAngle, - bool theSimpleTransform = false); + double theAngle); /// \return true if algorithm succeed. GEOMALGOAPI_EXPORT const bool isDone() const @@ -58,8 +56,7 @@ private: /// Builds resulting shape. void build(std::shared_ptr theSourceShape, std::shared_ptr theAxis, - double theAngle, - bool theSimpleTransform); + double theAngle); private: /// Fields.