(WORKAROUND) Zoom to fit freeze 3d window?
Re: (WORKAROUND) Zoom to fit freeze 3d window?
When you use Std_ViewFitAll on an empty model the problem does not occur. A similar solution could be implemented for Std_ViewFitSelection when a point is selected.
- thomas-neemann
- Veteran
- Posts: 10582
- Joined: Wed Jan 22, 2020 6:03 pm
- Location: Osnabrück DE
- Contact:
Re: (WORKAROUND) Zoom to fit freeze 3d window?
Roy_043 wrote: ↑Mon May 23, 2022 5:18 pm ... A similar solution could be implemented for Std_ViewFitSelection when a point is selected.
unfortunately that doesn't work for me either. it is not a problem for me. I am currently developing a freecad training course. I run into this problem when doing an exercise. i will use 0.19.3 for this exercise and it will work around the problem
Gruß Dipl.-Ing. (FH) Thomas Neemann
https://www.youtube.com/@thomasneemann5 ... ry=freecad
My workflow is not mainstream, it is optimized for speed and stability.That doesn't mean that the mainstream workflow is bad
https://www.youtube.com/@thomasneemann5 ... ry=freecad
My workflow is not mainstream, it is optimized for speed and stability.That doesn't mean that the mainstream workflow is bad
Re: (WORKAROUND) Zoom to fit freeze 3d window?
My previous post was a suggestion for Yorik.
Re: (WORKAROUND) Zoom to fit freeze 3d window?
Hmm yes... setting a minimum distance maybe, that might be a good idea indeed
- thomas-neemann
- Veteran
- Posts: 10582
- Joined: Wed Jan 22, 2020 6:03 pm
- Location: Osnabrück DE
- Contact:
Re: (WORKAROUND) Zoom to fit freeze 3d window?
the error is still there for me
Code: Select all
OS: Ubuntu 20.04.1 LTS (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 0.21.31058 (Git) AppImage
Build type: Release
Branch: master
Hash: e6c53d8642af36ce7d738ab6058b063ec58e0859
Python 3.10.6, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Gruß Dipl.-Ing. (FH) Thomas Neemann
https://www.youtube.com/@thomasneemann5 ... ry=freecad
My workflow is not mainstream, it is optimized for speed and stability.That doesn't mean that the mainstream workflow is bad
https://www.youtube.com/@thomasneemann5 ... ry=freecad
My workflow is not mainstream, it is optimized for speed and stability.That doesn't mean that the mainstream workflow is bad
Re: (WORKAROUND) Zoom to fit freeze 3d window?
I was able to reproduce the problem and saved the file at that state.
Unpacked the file and checked the camera settings at the very end of GuiDocument.xml
Code: Select all
<Camera settings="OrthographicCamera { viewportMapping ADJUST_CAMERA position -nan -nan -nan orientation 0 0 1 0 nearDistance 0 farDistance 0 aspectRatio 1 focalDistance 0 height 0 } "/>
- position is normally three floating point values (x,y,z) but -nan doesn't make any sense to me. Could also not find anything in the Coin-docs
- nearDistance clipping plane as well as farDistance clipping plane are set to 0. That means there is in fact no visible range for the camera
cheers
- thomas-neemann
- Veteran
- Posts: 10582
- Joined: Wed Jan 22, 2020 6:03 pm
- Location: Osnabrück DE
- Contact:
Re: (WORKAROUND) Zoom to fit freeze 3d window?
thanks for the cooperation. Unfortunately I can't find any file
Gruß Dipl.-Ing. (FH) Thomas Neemann
https://www.youtube.com/@thomasneemann5 ... ry=freecad
My workflow is not mainstream, it is optimized for speed and stability.That doesn't mean that the mainstream workflow is bad
https://www.youtube.com/@thomasneemann5 ... ry=freecad
My workflow is not mainstream, it is optimized for speed and stability.That doesn't mean that the mainstream workflow is bad
Re: (WORKAROUND) Zoom to fit freeze 3d window?
see wikipage File Format FCStdthomas-neemann wrote: ↑Thu Nov 24, 2022 8:02 amthanks for the cooperation. Unfortunately I can't find any file
cheers