]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_ConstraintMovement.cpp
Salome HOME
Improve translation for Elliptic Arcs
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMovement.cpp
index e4a59127b81d81d5abbe68455087dbb11f401a77..8e38fa6b8303487f7acead82f677d97b0c9b0660 100644 (file)
@@ -136,8 +136,8 @@ ConstraintWrapperPtr SketchSolver_ConstraintMovement::initMovement()
       // arc or circle has been moved
       aConstraint = fixPointOnCircle(anEntity);
     }
-    else if (anEntity->type() == ENTITY_ELLIPSE || anEntity->type() == ENTITY_ELLIPTICAL_ARC) {
-      // ellipse or elliptical arc has been moved
+    else if (anEntity->type() == ENTITY_ELLIPSE || anEntity->type() == ENTITY_ELLIPTIC_ARC) {
+      // ellipse or elliptic arc has been moved
       aConstraint = fixPointOnEllipse(anEntity);
     }
   }