]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_ConstraintPerpendicular.cpp
Salome HOME
Optimization of SketchPrs objects parameters
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintPerpendicular.cpp
index 258e30dc0b5b6dbeb91652362159c968ac5faef4..c922096b031ad593ac46e260266a8aedffc70d04 100644 (file)
@@ -56,7 +56,7 @@ AISObjectPtr SketchPlugin_ConstraintPerpendicular::getAISObject(AISObjectPtr the
     return thePrevious;
 
   AISObjectPtr anAIS = SketcherPrs_Factory::perpendicularConstraint(this, sketch(),
-    sketch()->coordinatePlane(), thePrevious);
+    thePrevious);
   return anAIS;
 }