From: ifv Date: Mon, 5 Oct 2020 06:29:19 +0000 (+0300) Subject: 0029722: Modeling Algorithms - checkshape modifies UV points of parametric curve X-Git-Tag: V7_5_0~33 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=794aa3390ce21581de3996e589560bdfdacd7bbd;p=occt-copy.git 0029722: Modeling Algorithms - checkshape modifies UV points of parametric curve removed updating uvpoints from WireExplorer --- 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);