Feature request: constrained rotate view

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
nopria
Posts: 5
Joined: Fri May 05, 2017 10:20 am

Feature request: constrained rotate view

Post by nopria »

I think that rotating view with mouse could be greatly improved by adopting "constrained" rotation, i.e. where projection of axis normal to (current) starting view is constrained to be vertical (similar to AutoCAD SHIFT+middle button view rotation). This kind of rotation is much more precise and intuitive, and the missing degree of freedom (tilting, i.e. rotation around axis normal to screen) could be achieved like in "Gesture Navigation" Mouse Model (https://www.freecadweb.org/wiki/Mouse_M ... 28v0.16.29).

How hard would it be to add this feature?
User avatar
DeepSOIC
Veteran
Posts: 7896
Joined: Fri Aug 29, 2014 12:45 am
Location: used to be Saint-Petersburg, Russia

Re: Feature request: constrained rotate view

Post by DeepSOIC »

Edit->Preferences->Display->Orbit style-> change to Turntable.
nopria
Posts: 5
Joined: Fri May 05, 2017 10:20 am

Re: Feature request: constrained rotate view

Post by nopria »

Thanks!

(I guess I have to RTFM)
User avatar
jnxd
Posts: 951
Joined: Mon Mar 30, 2015 2:30 pm
Contact:

Re: Feature request: constrained rotate view

Post by jnxd »

DeepSOIC wrote:Edit->Preferences->Display->Orbit style-> change to Turntable.
I didn't check, but maybe we should have a shortcut for it.
My latest (or last) project: B-spline Construction Project.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Feature request: constrained rotate view

Post by triplus »

There is another option:

Image

https://forum.freecadweb.org/viewtopic.php?t=20769

I just noticed i reversed them and therefore i will create a pull request in the following days to sort this out. As for the shortcut. I will add support for both options to be made available in ShortCuts as a part of the same pull request:

https://forum.freecadweb.org/viewtopic.php?f=22&t=15638

P.S. Would do that today but no time ATM.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Feature request: constrained rotate view

Post by triplus »

OrbitShortcut.png
OrbitShortcut.png (8.3 KiB) Viewed 1234 times
Done: https://github.com/FreeCAD/FreeCAD/pull/809
Post Reply