Closed GoogleCodeExporter closed 8 years ago
I created a sample file (inch units) showing the problem. It looks like it
might be something in how the python kurve_funcs is called or in that library
code, since if I try to make the python script look like the old call, that
doesn't work either...
Original comment by filipmul...@q.com
on 27 Feb 2011 at 1:44
Attachments:
I have repeated this problem. In kurve_funcs.py, in make_smaller,
curve.ChangeStart and curve.ChangeEnd were expecting a point exactly on the
curve. I have fixed this by changing the python code to this
"curve.ChangeStart(curve.NearestPoint(start))".
Also, curve.ChangeEnd wasn't working correctly. I have fixed this in the "area"
module.
Original comment by danhe...@gmail.com
on 28 Feb 2011 at 10:00
It looks like the end point works again now, but the start point still seems to
have a problem. It looks like it's not finding the nearest point on the curve
for the start. It seems to find the nearest vertex to my rectangle to start.
See attached file.
Original comment by filipmul...@q.com
on 1 Mar 2011 at 3:53
Attachments:
Original issue reported on code.google.com by
filipmul...@q.com
on 27 Feb 2011 at 12:54