-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature Request: Optimized Oriented Bounding Box (OOBB) #37
Comments
Hi. Apologies for the delay in responding to your suggestion. I was on annual leave. This can be achieved through the Evolver node in Blender. In fact, their demo is exactly this issue: to find the smallest enclosing bounding box. Please take a look at: |
Thank you! I thought there was maybe an analytical way to calculate it, I did not consider a numerical solution. Will have a look into that. |
There may be an analytical way, but I don’t know it. If you find anything that can avoid using a GA, please let me know. I will see if I can add it. |
I found this implementation in Matlab. If you can convert the code to python, I would be happy to integrate it with Topologic: |
Still beyond my coding skill I'm afraid. I'll see if I can get my head around the example you provided. |
Dear @TZwielehner, |
For analyzing topologies (cells in particular) I would need to calculate OOBB cells. Two versions would be great:
A) smallest BB (oriented freely in 3D space):
B) Z-axis is fixed:
1, 2, 3 being Width, Depth, Height of the resulting bounding box.
The text was updated successfully, but these errors were encountered: