Real size grid
 1-18  19-22

Previous
Next
 From:  TOM (SIRTOM)
10158.19 In reply to 10158.17 
Michael, the zoom factor cant be entered manually or even stored, am I right ?
  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:  TOM (SIRTOM)
10158.20 In reply to 10158.18 
Thats an amazing find - thank you !
  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
10158.21 In reply to 10158.19 
Hi Tom, the zoom factor is part of the view definition, it will be saved when you save to a .3dm file and reload.

The zoom factor value for an ortho view does not have a spot in the regular UI for directly editing it but it can be accessed by script.

script: /* display top view zoom factor */ moi.ui.alert( moi.ui.mainWindow.viewpanel.getViewport( 'Top' ).fieldOfViewAngle );

script: /* set top view zoom factor */ moi.ui.mainWindow.viewpanel.getViewport( 'Top' ).fieldOfViewAngle = 30.0;

- 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
 From:  TOM (SIRTOM)
10158.22 In reply to 10158.21 
Thats awesome.
So by entering the desired zoomfactor into the command line of the script I
can always return the "real world" size.

MOI feels like a silken glove - the smoothest workflow ever ;-)
  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:  1-18  19-22