Salome HOME
Receive DoF from the solver. Update test cases to check DoF.
[modules/shaper.git] / src / SketchAPI / SketchAPI_Projection.cpp
index 0b3021f79bebd5b58e9f7906f9a9b66bc058cc74..7a074c020fad3fb610c79936fb0aaa045ac9213d 100644 (file)
@@ -56,14 +56,14 @@ void SketchAPI_Projection::setExternalFeature(const ModelHighAPI_Selection & the
 {
   fillAttribute(theExternalFeature, externalFeature());
 
-  execute();
+  execute(true);
 }
 
 void SketchAPI_Projection::setByExternalName(const std::string& theExternalName)
 {
   fillAttribute(ModelHighAPI_Selection("EDGE", theExternalName), external());
 
-  execute();
+  execute(true);
 }
 
 //--------------------------------------------------------------------------------------