pyclipper icon indicating copy to clipboard operation
pyclipper copied to clipboard

Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)

Results 24 pyclipper issues
Sort by recently updated
recently updated
newest added
trafficstars

Since today you can install [pyclipper](https://anaconda.org/conda-forge/pyclipper) through conda channels. conda recipe: https://github.com/conda-forge/pyclipper-feedstock

Can I use [x,y,z] to define points in path? And can I get lines (2 points) if subject and clip not in a same plane? I heard it is available...

Is there a way to read lines from a shapefile and use them as the subject?

I wasted an hour yesterday trying to track down why pyclipper (installed from PyPI) wouldn't import on a freshly installed Windows 10 PC with Python 3. Turns out the above...

The upload of the generated wheels to Github Releases requires that the admin of this repo, @greginvm, updates the `auth_token` field in the .appveyor.yml file with his Github API key,...

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...

help wanted

It seems that when trying to execute an offset, you need to scale the value according to the scale of the coordinates (the original, before calling `scale_to_clipper()`) I have a...

Hello, I noticed that if a polygon has clockwise orientation and is "black" (not a hole nested inside another polygon), after it is sent through a union operation, it returns...

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...

well, this module can't work well with Pycharm. Excuse my poor English. Methods of Class can't jump out automatically.