1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0029722: Modeling Algorithms - checkshape modifies UV points of parametric curve

removed updating uvpoints from WireExplorer
This commit is contained in:
ifv 2020-10-05 09:29:19 +03:00 committed by bugmaster
parent d922149528
commit 794aa3390c

View 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);