Vizard 7 » Command Index » Vizard modules » viz » <viz:cam>.setReset
7.6

<viz:cam>.setReset

Set current camera settings as reset values

<viz:cam>.setReset()  

Remarks

This command will notify the active camera handler to use its current settings as the reset values. These settings are used when the camera is reset.

Return Value

None

Example

viz.MainView.setPosition(0,1,-10)
viz.cam.setReset()
.
.
.
viz.cam.reset()

#Viewpoint will be at (0,1,-10)