]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_MultiRotation.cpp
Salome HOME
[Code coverage FeaturesPlugin]: Improve coverage of Partition, Symmetry, (Multi)Rotat...
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_MultiRotation.cpp
index a3af21edbd8e232a738ff00d5fc463f704d7c6ea..9391b36e0f5ea0b58a0f2fbd584f8a32d4a42fe4 100644 (file)
@@ -121,11 +121,6 @@ void FeaturesPlugin_MultiRotation::performRotation1D()
     GeomAPI_ShapeIterator anIt(aShape);
     anEdge = anIt.current()->edge();
   }
-  else
-  {
-    setError(aSelectionError);
-    return;
-  }
 
   if (!anEdge.get())
   {