]> OCCT Git - occt-copy.git/commitdiff
This version doesn't have exceptions but still doesn't work correctly.
authoraavtamon <anton.avtamonov@opencascade.com>
Tue, 29 Dec 2020 06:41:28 +0000 (09:41 +0300)
committeraavtamon <anton.avtamonov@opencascade.com>
Tue, 29 Dec 2020 06:41:28 +0000 (09:41 +0300)
src/ShapeBuild/ShapeBuild_Edge.cxx

index 491c7860ec5997c5d2d87d63e7e72c6d3e2c6999..39e5f0d54c53374a95cd27b9c932ba488082499d 100644 (file)
@@ -639,7 +639,6 @@ Standard_Boolean ShapeBuild_Edge::BuildCurve3d (const TopoDS_Edge& edge) const
         Standard_Real aTol = BRep_Tool::Tolerance(edge);
         aLocation = edge.Location();
         aBuilder.UpdateEdge(edge, aNewCurve, aLocation, aTol);
-        return Standard_True;
       }
     }
     //End of the new code