Salome HOME
Fix pipe to avoid moving of the path, if it is passed through the first face.
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintMirror.cpp
index e4c6ed4ed3d2d63d20034317429e28b1cec86beb..310a3f456dc20743fe02058417a63b766b6c31e7 100755 (executable)
@@ -209,7 +209,7 @@ AISObjectPtr SketchPlugin_ConstraintMirror::getAISObject(AISObjectPtr thePreviou
   if (!sketch())
     return thePrevious;
 
-  AISObjectPtr anAIS = SketcherPrs_Factory::mirrorConstraint(this, sketch()->coordinatePlane(),
+  AISObjectPtr anAIS = SketcherPrs_Factory::mirrorConstraint(this, sketch(),
                                                              thePrevious);
   return anAIS;
 }