Salome HOME
Fix for crash if intersection has no result.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_MultiRotation.h
index 32746de99dffb1d7e8e68ffbebc66b5633cfa45e..45af5b97c9b84cf36168ab0d9110ec27ec5321a2 100644 (file)
@@ -26,7 +26,7 @@ class FeaturesPlugin_MultiRotation : public ModelAPI_Feature
   /// Multi-rotation kind.
   inline static const std::string& ID()
   {
-    static const std::string MY_MULTIROTATION_ID("MultiRotation");
+    static const std::string MY_MULTIROTATION_ID("AngularCopy");
     return MY_MULTIROTATION_ID;
   }