-
- Downloads
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.
Showing
- CHANGELOG.txt 2 additions, 1 deletionCHANGELOG.txt
- src/geo/GModelIO_OCC.cpp 20 additions, 24 deletionssrc/geo/GModelIO_OCC.cpp
- src/geo/GModelIO_OCC.h 0 additions, 2 deletionssrc/geo/GModelIO_OCC.h
- src/geo/OCCEdge.cpp 15 additions, 5 deletionssrc/geo/OCCEdge.cpp
- src/geo/OCCFace.cpp 17 additions, 6 deletionssrc/geo/OCCFace.cpp
- src/geo/OCCRegion.cpp 6 additions, 8 deletionssrc/geo/OCCRegion.cpp
Loading
Please register or sign in to comment