We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to split a parent convex polyhedron (3D) using a plane (2D) into 2 child closed convex polyhedrons. Is it possible to do it with pyclipper?
pyclipper
Note: It is not an issue but a question regarding capabilities of the library.
The text was updated successfully, but these errors were encountered:
I don't think so, pyclipper only works for 2D polygons
Sorry, something went wrong.
I personally do not know, but I'll keep open in case other pyclipper users may help if they come across this
No branches or pull requests
I want to split a parent convex polyhedron (3D) using a plane (2D) into 2 child closed convex polyhedrons. Is it possible to do it with
pyclipper
?Note: It is not an issue but a question regarding capabilities of the library.
The text was updated successfully, but these errors were encountered: