Open topic with navigation
Vizard 7 »
Command Index
»
Vizard objects
»
window
»
<window>.setView
7.7
<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
)
Copyright © 2001-2024 WorldViz. All rights reserved.