Vizard 8 » Command Index » Vizard modules » viz » <viz>.quit
8.1

<viz>.quit

Quit the Vizard simulation

<viz>.quit()  

Remarks

Use this command to exit Vizard by closing down all windows and releasing system resources where necessary. This will evoke a viz.EXIT_EVENT.

Note: This command will not take effect immediately. Vizard must wait until the current frame is finished being rendered before it can exit.

Return Value

None

Example

viz.quit()