Salome HOME
Update dimensions on current plane of sketcher
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintRadius.cpp
index c2f363b731b7a36139765491aaf71cf368eaec76..b27190e0a556f406ca0325e778b407da433d139c 100644 (file)
@@ -175,7 +175,7 @@ AISObjectPtr SketchPlugin_ConstraintRadius::getAISObject(AISObjectPtr thePreviou
   if (!sketch())
     return thePrevious;
 
-  AISObjectPtr anAIS = SketcherPrs_Factory::radiusConstraint(this, sketch()->coordinatePlane(),
+  AISObjectPtr anAIS = SketcherPrs_Factory::radiusConstraint(this, sketch(),
                                                              thePrevious);
   return anAIS;
 }