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:
parent
d922149528
commit
794aa3390c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user