From 794aa3390ce21581de3996e589560bdfdacd7bbd Mon Sep 17 00:00:00 2001 From: ifv Date: Mon, 5 Oct 2020 09:29:19 +0300 Subject: [PATCH] 0029722: Modeling Algorithms - checkshape modifies UV points of parametric curve removed updating uvpoints from WireExplorer --- src/BRepTools/BRepTools_WireExplorer.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BRepTools/BRepTools_WireExplorer.cxx b/src/BRepTools/BRepTools_WireExplorer.cxx index 7b0b7db494..4a71206512 100644 --- a/src/BRepTools/BRepTools_WireExplorer.cxx +++ b/src/BRepTools/BRepTools_WireExplorer.cxx @@ -157,7 +157,6 @@ void BRepTools_WireExplorer::Init(const TopoDS_Wire& W, if (!myFace.IsNull()) { - BRepTools::Update(myFace); TopLoc_Location aL; const Handle(Geom_Surface)& aSurf = BRep_Tool::Surface(myFace, aL); GeomAdaptor_Surface aGAS(aSurf);