![]() |
|
#2
|
|||
|
|||
|
You can use the following code to show/hide the main graphics window:
Code:
# Hide Window
viz.setOption('viz.window.visible', 0)
# Show Window
viz.setOption('viz.window.visible', 1)
Code:
viz.MainWindow.visible(False) Last edited by farshizzo; 02-27-2014 at 12:08 PM. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rendering level | shahramy | Vizard | 1 | 07-26-2010 12:12 PM |
| how to control vizard rendering | shahramy | Vizard | 0 | 07-23-2010 10:50 PM |
| Any way to increase rendering resolution | v-Salik | Vizard | 3 | 09-12-2007 04:57 PM |
| Buttons Not rendering to both Eyes in 3d | shivanangel | Vizard | 2 | 05-24-2007 06:58 AM |
| Texture map rendering problem | JRichizzle | Vizard | 4 | 03-04-2004 07:20 AM |