Salome HOME
Optimization of SketchPrs objects parameters
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintMirror.cpp
index ec7be3a799ce2bffabe5a2e6bbea54f9d4434445..310a3f456dc20743fe02058417a63b766b6c31e7 100755 (executable)
@@ -210,7 +210,6 @@ AISObjectPtr SketchPlugin_ConstraintMirror::getAISObject(AISObjectPtr thePreviou
     return thePrevious;
 
   AISObjectPtr anAIS = SketcherPrs_Factory::mirrorConstraint(this, sketch(),
-                                                             sketch()->coordinatePlane(),
                                                              thePrevious);
   return anAIS;
 }