Open topic with navigation
<viz>.frame
Manually update the frame.
Remarks
This command will trigger an update cycle of the Vizard engine. This command can only be used if Vizard was initialized with the viz.EMBEDDED flag.
Return Value
None
Example
import viz
viz.go(viz.EMBEDDED)
while not viz.done():
viz.frame()