]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Trsf.cpp
Salome HOME
Added the scale with deformation.
[modules/shaper.git] / src / GeomAPI / GeomAPI_Trsf.cpp
index 6274599632846ba108524e290d1dbd777035545e..701e0bdff3871f59b88cfac9ae5a972b780f2424 100644 (file)
@@ -76,10 +76,3 @@ void GeomAPI_Trsf::setSymmetry(const std::shared_ptr<GeomAPI_Ax2> thePlane)
 {
   MY_TRSF->SetMirror(thePlane->impl<gp_Ax2>());
 }
-
-//=================================================================================================
-void GeomAPI_Trsf::setScale(const std::shared_ptr<GeomAPI_Pnt> theCenterPoint,
-                            const double theScaleFactor)
-{
-  MY_TRSF->SetScale(theCenterPoint->impl<gp_Pnt>(), theScaleFactor);
-}