]> OCCT Git - occt-copy.git/commitdiff
0029722: Modeling Algorithms - checkshape modifies UV points of parametric curve
authorifv <ifv@opencascade.com>
Mon, 5 Oct 2020 06:29:19 +0000 (09:29 +0300)
committerbugmaster <bugmaster@opencascade.com>
Tue, 13 Oct 2020 16:09:44 +0000 (19:09 +0300)
removed updating uvpoints from WireExplorer

src/BRepTools/BRepTools_WireExplorer.cxx

index 7b0b7db4940fdd0c55c6117d768b479545cdc561..4a71206512ed54556dd3a6a5d717155abd724b4a 100644 (file)
@@ -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);