Salome HOME
Remove functionality by popup menu and the keyboard button "Delete".
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Operation.cxx
index 7e87af79fd0e1e302d0d2c96609fe8d61bd0f3a3..ce73d1ccfe4abe52c9b046c0952a2aa2da5c8a15 100644 (file)
@@ -321,6 +321,9 @@ void CurveCreator_Operation::apply(CurveCreator_Curve *theCurve)
       case CurveCreator_Operation::SetClosed:
         theCurve->setClosedInternal((pInt[0] != 0), pInt[1]);
         break;
+      case CurveCreator_Operation::MoveSection:
+        theCurve->moveSectionInternal(pInt[0], pInt[1]);
+        break;
       case CurveCreator_Operation::Join:
         if (myPData == NULL) {
           theCurve->joinInternal();