<window>.setView

Set viewpoint

 

<window>.setView(
    view    

)

 

view

View object


Remarks

This command will set the viewpoint for the window. Vizard will use the viewpoint to update the view matrix of the window.

Return Value

None

Example

window = viz.addWindow()
view = viz.addView()
window.setView(view)