You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to do this clipping, I get just the small rectangle.
The orange is pc.AddPath(geometry, pyclipper.PT_SUBJECT, True)
In red is pc.AddPath(rectangle, pyclipper.PT_CLIP, True)
Then the result is from this. I'm not sure what exactly is causing this issue. pc.Execute(pyclipper.CT_DIFFERENCE)
The text was updated successfully, but these errors were encountered:
That's the result for intersection, the difference should look differently. @GilParnon did you find the error? Can you provide a minimal working example?
When I try to do this clipping, I get just the small rectangle.
The orange is
pc.AddPath(geometry, pyclipper.PT_SUBJECT, True)
In red is
pc.AddPath(rectangle, pyclipper.PT_CLIP, True)
Then the result is from this. I'm not sure what exactly is causing this issue.
pc.Execute(pyclipper.CT_DIFFERENCE)
The text was updated successfully, but these errors were encountered: