Path: Fix PointProjectionFailed in rebaseWire()
This commit is contained in:
@@ -2615,7 +2615,7 @@ struct ShapeInfo{
|
||||
GeomAPI_ProjectPointOnCurve gpp;
|
||||
gpp.Init( myBestPt,curve);
|
||||
gpp.Perform(myBestPt);
|
||||
myBestPt=c.NearestPoint();
|
||||
myBestPt= gpp.NearestPoint();
|
||||
|
||||
gpp.Perform(pprev);
|
||||
pprev = gpp.NearestPoint();
|
||||
|
||||
Reference in New Issue
Block a user