defaultView
v3d defaultView cyclic { "top" | "bottom" | "left" | "right" | "front" | "back" | "isometricSE" | "isometricSW" | "isometricNE" | "isometricNW" }
Description
Specifies the default view type to display the model. Any change in the value of this variable is applicable to all new 3D Viewer windows opened after you set the variable.
You can change the view by using the commands on the View toolbar or the View menu of the 3D Viewer window.
The default value is "isometricNE".
GUI Equivalent
Examples
envGetVal("v3d" "defaultView" )
envSetVal("v3d" "defaultView" 'cyclic "top")
Related Topics
Variables to Customize the Settings for Virtuoso 3D Viewer
Return to top