-
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
How to make a csg from complicated svg? #47
Comments
What exactly doesn't work? Is the result unexpected? It's easier to find bugs if you send a minimal working example that demonstrates the bug. |
If you are just looking for functions that load a complex SVG to a CSG (including hole detection and auto differencing), check out https://github.com/NeuronRobotics/JCSG/blob/development/src/main/java/eu/mihosoft/vrl/v3d/svg/ |
Thanks for reply all. @miho This is the simple example. @madhephaestus |
It looks like you are using a JCSG fork. @madhephaestus might be able to help you out. JCSG only provides limited SVG functionality via https://github.com/miho/JCSG-PathExtensions. If you encounter problems with that please open an issue there and reference this issue. |
@giloh728 The Imports for my fork are different, I forked before they all changed in the mainline. Ill get it harmonized one of these days... In the mean time, you can just erase the import statements and let the IDE find the new imports. |
I understood!! I didn't know about fork function. I will try test using a JCSG fork(JCSG-PathExtensions). I really appreciated helpers. |
I really appreciate your effort.
I am going to try to make a 3D viewport with CSG function.
It is very important to me about extrusion from DXF section or SVG such as complicated shape.
May I ask why fail to extrude these svg files?
2D section.zip
The text was updated successfully, but these errors were encountered: