-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Implement intersection operation #44
Comments
Blocked on #97. |
This is no longer blocked on #97! |
This is now blocked on #993. The same algorithm that's needed for #42 is needed for this too. |
#993 has been addressed. This issue is no longer blocked! |
This operation will share much of its implementation with the union operation (#42), and I've recently labeled this as blocked, then no longer blocked, for the same reasons that #42 was blocked during that time frame. Now #42 is blocked again. Instead of adding and removing the https://github.com/hannobraun/Fornjot/labels/status%3A%20blocked label a bunch of more times, I'm going to simply label this as https://github.com/hannobraun/Fornjot/labels/status%3A%20blocked on #42. Even though that isn't completely accurate, it will prevent this issue from seeing the same block/unblock churn that #42 is seeing. In addition, it wouldn't make sense to start work here anyway, right now. The groundwork required is the same that #42 requires, so it really makes no sense to start working on this issue in parallel. |
I've moved boolean operations to the feature wishlist and decided to close this issue. See explanation in #42. |
It should be possible to create the intersection of two shapes, using constructive solid geometry (CSG). This is currently not supported.
Implementing this requires more solid infrastructure in the host application for storing and querying shapes. Also see #42 and #43.
The text was updated successfully, but these errors were encountered: