3d View - view pivot point

Next
 From:  Fred (FRED_LEARNS_MOI3D)
9165.1 
Hello,
Is there a way to define a precise "3d view pivot point", other than selecting an element and hit that reset button? The reset technique puts the pivot point somewhere inside that selection, which is a bit annoying if I want to rotate around something else than what is actually selected. I would definitely love to use mouse middle-button click to define that pivot point, regardless of what is selected (like Catia V5 for example).
Thanks
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
9165.2 In reply to 9165.1 
Hi Fred, you can set it with the "Area" zoom tool on the viewport bottom toolbar. For that you first pick a center point and then area size and the center point you pick will become the new rotation pivot point.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Fred (FRED_LEARNS_MOI3D)
9165.3 In reply to 9165.2 
Perfect, I'll change my shortcut
Thanks for the quick reply
Fred
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
9165.4 In reply to 9165.3 
You're welcome Fred! Also you can paste in the following script for the "command" part of a shortcut key, this one will do one point pick and set that as the 3D view's rotation pivot point:

script: /* Set 3D view rotation pivot */ var p = moi.ui.createPointPicker(); if ( p.waitForEvent() && p.event == 'finished' ) { moi.ui.mainWindow.viewpanel.getViewport('3D').targetpt = p.pt }

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Fred (FRED_LEARNS_MOI3D)
9165.5 In reply to 9165.4 
Absolutely perfect, this is exactly what I was hoping for!
Thanks a lot
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Fred (FRED_LEARNS_MOI3D)
9165.6 In reply to 9165.5 
One last question on that matter, is it possible to use the "mouse middle click" as the key for the shortcut?
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Michael Gibson
9165.7 In reply to 9165.6 
Hi Fred,

re:
> One last question on that matter, is it possible to use the "mouse middle click" as the key for the shortcut?

Sorry no, there isn't currently any way to run a script on a mouse middle click.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All