Salome HOME
Avoid regressions after fix issue #3049.
[modules/shaper.git] / src / SketchAPI / SketchAPI_MacroArc.cpp
index ebacfb9d1496ca7f8698302c806205b59e8bc7f2..d8f9cb6f5d950fbe501871133b502d3835736987 100644 (file)
@@ -192,7 +192,7 @@ void SketchAPI_MacroArc::setByTangent(const ModelHighAPI_RefAttr& theTangentPoin
                                  bool theInversed)
 {
   fillAttribute(SketchPlugin_MacroArc::ARC_TYPE_BY_TANGENT_EDGE(), myarcType);
-  fillAttribute(theTangentPoint, mytransversalPoint);
+  fillAttribute(theTangentPoint, mytangentPoint);
   fillAttribute(theEnd, myendPoint3);
   fillAttribute(theInversed, myreversed);