From e24d2ddc6ae734df9320da4b9338389e872b1db4 Mon Sep 17 00:00:00 2001 From: aavtamon Date: Tue, 29 Dec 2020 09:41:28 +0300 Subject: [PATCH] This version doesn't have exceptions but still doesn't work correctly. --- src/ShapeBuild/ShapeBuild_Edge.cxx | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5