mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0029722: Modeling Algorithms - checkshape modifies UV points of parametric curve
removed updating uvpoints from WireExplorer
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user