Vizard 7 » Command Index » Vizard modules » viz » <viz>.addWindow
7.6

<viz>.addWindow

Adds a window to the display.

<viz>.addWindow()  

Remarks

The windows are added by default to the upper right corner. To change the position see window.setPosition()

Return Value

<window> object

Example

viz.add('tut_ground.wrl')
window = viz.addWindow()