Vizard 7 » Command Index » Vizard modules » viz » <viz:window>.setFloat
7.7

<viz:window>.setFloat

This command will cause the graphics window to stay on top of all other windows

<viz:window>.setFloat(  
state = ON # ON or OFF
)  
state = ON
Can be either viz.ON or viz.OFF.

Remarks

This becomes useful when you want to perform commands in the interactive window and see the graphics window at the same time. If you click on the Vizard logo in the upper right corner of the Vizard GUI, it will perform this command for you.

Return Value

None

Example

viz.window.setFloat()

See also

<viz:window>.getFloat