Salome HOME
Deleting the option of "Scale" feature from dimensions in X, in Y and in Z.
[modules/shaper.git] / src / GeomAPI / GeomAPI_Trsf.h
index 9f7a7f811e84f1b800c9babd742ff18d108bbdb2..ede05133e45274850df16f6dd5b3e41894827b56 100644 (file)
@@ -73,6 +73,13 @@ 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