Salome HOME
Added the scale with deformation.
[modules/shaper.git] / src / GeomAPI / GeomAPI_Trsf.h
index a49ce81c6c92c7656d1dc72e5fdc5ea8b180b2dd..9f7a7f811e84f1b800c9babd742ff18d108bbdb2 100644 (file)
@@ -73,13 +73,6 @@ class GeomAPI_Trsf : public GeomAPI_Interface
    *  \param[in] thePlane symmetry plane.
    */
   GEOMAPI_EXPORT void setSymmetry(const std::shared_ptr<GeomAPI_Ax2> thePlane);
-
-  /** \brief Sets a scale transformation using a factor.
-   *  \param[in] theCenterPoint center point.
-   *  \param[in] theScaleFactor scale factor.
-   */
-  GEOMAPI_EXPORT void setScale(const std::shared_ptr<GeomAPI_Pnt> theCenterPoint,
-                               const double theScaleFactor);
 };
 
 #endif