From: aavtamon Date: Tue, 29 Dec 2020 06:41:28 +0000 (+0300) Subject: This version doesn't have exceptions but still doesn't work correctly. X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=e24d2ddc6ae734df9320da4b9338389e872b1db4;p=occt-copy.git This version doesn't have exceptions but still doesn't work correctly. --- diff --git a/src/ShapeBuild/ShapeBuild_Edge.cxx b/src/ShapeBuild/ShapeBuild_Edge.cxx index 491c7860ec..39e5f0d54c 100644 --- a/src/ShapeBuild/ShapeBuild_Edge.cxx +++ b/src/ShapeBuild/ShapeBuild_Edge.cxx @@ -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