-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contour_parallel does not work with polygons #1
Comments
Hi, I'm also facing this issue, Did you find any solution? |
Replace the offset_graph() function at the pocketing/polygons.py with the function below. It should work :)
|
Hello,
I am using Trimesh to work on STL files, generating slices at different Z heights et then generating a surfacing toolpath for CNC Milling. contour_parallel.py looks perfect for my purpose, however it doesnt work :
When i use the function to generate a toolpath on polygon or multipolygon it gives the error "'MultiPolygon' object has no attribute 'exterior'"
I am thinking maybe it is a problem due to new shapely versions?
Thanks!
The text was updated successfully, but these errors were encountered: