View Single Post
  #2  
Old 03-21-2013, 09:29 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can use the viz.MainWindow.setSize() command to adjust the size of the main viewport. For example, the following code will set the viewport to span half the width of the output window:
Code:
viz.MainWindow.setSize([0.5,1.0])
Reply With Quote