]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Tangency arc feature can not be opened/saved (issue #1401)
authorazv <azv@opencascade.com>
Tue, 19 Apr 2016 13:25:56 +0000 (16:25 +0300)
committerazv <azv@opencascade.com>
Tue, 19 Apr 2016 13:25:56 +0000 (16:25 +0300)
src/SketchPlugin/SketchPlugin_Arc.cpp

index 365fcb7afc2cfadaa9b3eb56c6a385548672b866..81a08d3970085f275dacce53ff965ceb3f640a25 100644 (file)
@@ -202,11 +202,6 @@ void SketchPlugin_Arc::execute()
 
     // update radius and angle
     updateDependentAttributes();
-
-    AttributeRefAttrPtr aTangentPoint = std::dynamic_pointer_cast<ModelAPI_AttributeRefAttr>(
-        attribute(TANGENT_POINT_ID()));
-    if (!hasResult && aTangentPoint->attr())
-      tangencyArcConstraints();
   }
 }