X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Transformation.cpp;h=e4a4899ffef79ba0ba1ca34292bd270ac2d32994;hb=acb27733bf87bc7fb401f82aca26d7a8c0b608d3;hp=d9dc0ab7fe38d05ef68343014733d17bfa721ee8;hpb=dfa1b8bb6e648b4a5d31a7c08757e38f3a89259c;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Transformation.cpp b/src/SketcherPrs/SketcherPrs_Transformation.cpp index d9dc0ab7f..e4a4899ff 100644 --- a/src/SketcherPrs/SketcherPrs_Transformation.cpp +++ b/src/SketcherPrs/SketcherPrs_Transformation.cpp @@ -69,7 +69,7 @@ bool SketcherPrs_Transformation::IsReadyToDisplay(ModelAPI_Feature* theConstrain return aReadyToDisplay; } -bool SketcherPrs_Transformation::updatePoints(double theStep) const +bool SketcherPrs_Transformation::updateIfReadyToDisplay(double theStep) const { if (!IsReadyToDisplay(myConstraint, myPlane)) return false;