|
|
◆ View_init()
| Sub View_init |
( |
Optional Elev As |
Double = 30, |
|
|
Optional Azim As |
Double = -60, |
|
|
Optional Roll As |
Double = 0, |
|
|
Optional KwArgs As |
String = "" |
|
) |
| |
Set elevation and azimuth of axes
- Purpose
- Set the elevation and azimuth of the axes in degrees (not radians).
- Parameters
-
| [in] | Elev | (Optional)
The elevation angle in degrees rotates the camera above the plane pierced by the vertical axis, with a positive angle corresponding to a location above that plane. (default = 30) |
| [in] | Azim | (Optional)
The azimuthal angle in degrees rotates the camera about the vertical axis, with a positive angle corresponding to a right-handed rotation. (default = -60) |
| [in] | Roll | (Optional)
The roll angle in degrees rotates the camera about the viewing axis. A positive angle spins the camera clockwise, causing the scene to rotate counter-clockwise. (default = 0) |
| [in] | KwArgs | (Optional)
Optional keyword parameters. (default = "") |
- Example Program
- See example of Contour.
|