Skip to content
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

Open
phamvanthanh opened this issue Oct 8, 2019 · 4 comments
Open

Union and Difference Coplanar Polygons #55

phamvanthanh opened this issue Oct 8, 2019 · 4 comments

Comments

@phamvanthanh
Copy link

Hi
Does the lib support these operations on 2D polygons?

@phamvanthanh phamvanthanh changed the title Union and Difference Planar Polygons Union and Difference Coplanar Polygons Oct 8, 2019
@miho
Copy link
Owner

miho commented Oct 14, 2019

No, only 3d solids are supported.

@phamvanthanh
Copy link
Author

Can I implement those functionalities on my own?

@miho
Copy link
Owner

miho commented Oct 22, 2019

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!

@madhephaestus
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants