-
Notifications
You must be signed in to change notification settings - Fork 54
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
Union and Difference Coplanar Polygons #55
Comments
No, only 3d solids are supported. |
Can I implement those functionalities on my own? |
Sure. You are welcome to contribute. To be officially added to this library, you should discuss proposed API changes before you implement them. Just to make sure it fits well into the existing API. Looking forward to your contributions! |
FYI, my fork has a Slice feature: https://github.com/NeuronRobotics/JCSG/blob/development/src/main/java/eu/mihosoft/vrl/v3d/Slice.java that takes all of the 3d operations and allows you to generate correct polygon outlines of shapes. I also have SVG import and Export to handle 2d polygons import and export: https://github.com/NeuronRobotics/JCSG/tree/development/src/main/java/eu/mihosoft/vrl/v3d/svg |
Hi
Does the lib support these operations on 2D polygons?
The text was updated successfully, but these errors were encountered: