]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchAPI/SketchAPI_ConstraintAngle.cpp
Salome HOME
updated copyright message
[modules/shaper.git] / src / SketchAPI / SketchAPI_ConstraintAngle.cpp
index 7e513d91e01b0294471cc42259d577d2188a9839..edf90a5d3871abf1100171c34e446f967fc64be6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2022  CEA/DEN, EDF R&D
+// Copyright (C) 2019-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -115,6 +115,8 @@ static std::string angleTypeToString(FeaturePtr theFeature)
       aType = THE_ANGLE_SUPPLEMENTARY;
     else if (aBackwardDiff < aDirectDiff && aBackwardDiff < aComplementaryDiff)
       aType = THE_ANGLE_BACKWARD;
+    else
+      aType = THE_ANGLE_DIRECT;
   }
   return aType;
 }