Salome HOME
Optimization of SketchPrs objects parameters
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_MultiTranslation.cpp
index 5fc05fc1e63fb607aa484a9d4ebf45eb2f0ad25f..cd5b731ed697675ff6ca383709d62698bd5cf8dc 100755 (executable)
@@ -212,7 +212,7 @@ AISObjectPtr SketchPlugin_MultiTranslation::getAISObject(AISObjectPtr thePreviou
   if (!sketch())
     return thePrevious;
 
-  AISObjectPtr anAIS = SketcherPrs_Factory::translateConstraint(this, sketch()->coordinatePlane(),
+  AISObjectPtr anAIS = SketcherPrs_Factory::translateConstraint(this, sketch(),
                                                                 thePrevious);
   return anAIS;
 }