View change
All  1-4  5-8

Previous
Next
 From:  Michael Gibson
2104.5 In reply to 2104.4 
You're welcome Danny.

Also the one to get a view from the Right would be this:
code:
script:moi.ui.mainWindow.viewpanel.getViewport('3D').setAngles( 90, 90 );

The above is for just the view alone. To do both view and cplane would be this:
code:
script:moi.ui.mainWindow.viewpanel.getViewport('3D').setAngles( 90, 90 ); moi.view.setCPlane( moi.vectorMath.createRightFrame(), false );

and for top, these ones (1st one just view, 2nd one view + cplane):
code:
script:moi.ui.mainWindow.viewpanel.getViewport('3D').setAngles( 0, 0 );
code:
script:moi.ui.mainWindow.viewpanel.getViewport('3D').setAngles( 0, 0 ); moi.view.setCPlane( moi.vectorMath.createTopFrame(), false );


- 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:  Michael Gibson
2104.6 In reply to 2104.2 
Hi PaQ, let me know if you were looking for something different than the above.

- 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:  Frenchy Pilou (PILOU)
2104.7 
In the same talking of which idea
As F9 Toggle View follows position of the Mouse
As F11 Toggle Full Screen follows position of the Mouse
Maybe this will be fun in the view 3D : F10 toggle cycle 3D / Top /Bottom / Front /Back / Left / Right ?

EDITED: 23 Oct 2008 by PILOU

  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:  PaQ
2104.8 In reply to 2104.6 
>> Hi PaQ, let me know if you were looking for something different than the above.

It's perfect 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

 

 
 
Show messages: All  1-4  5-8