Skip to content
Snippets Groups Projects
Commit da80b2e0 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

use brute-force calculation of bboxes if Geometry.OCCBoundsUseStl is set:...

use brute-force calculation of bboxes if Geometry.OCCBoundsUseStl is set: OCC's algorithm enlarges the box by a factor that is hard to predict (combining STL deflection and shape tolerance). While this is safe, it's annoying for our use of bboxes. So let's simply compute the bounds of using the STL nodes and be done with it.
parent 685c5bfa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment