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
For example, playing in the REPL I forgot to close a path:
>>> pco = pyclipper.PyclipperOffset()
>>> pc.AddPath([[0,0], [10,0], [10,10], [0, 10]], pyclipper.JT_ROUND, pyclipper.ET_CLOSEDPOLYGON)
terminate called after throwing an instance of 'ClipperLib::clipperException'
what(): AddPath: Open paths must be subject.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
For example, playing in the REPL I forgot to close a path:
The text was updated successfully, but these errors were encountered: