viewStackMaxCapacity
v3d viewStackMaxCapacity int maxCapacity
Description
When you use the commands to pan, zoom, rotate, scale, or change the view type, the tool updates the display of the model. It also saves the previous view of the model. This variable specifies the maximum number of views the tool can save in the memory stack. The default value is 10.
GUI Equivalent
Examples
envGetVal("v3d" "viewStackMaxCapacity")
envSetVal("v3d" "viewStackMaxCapacity" 'int 12)
Related Topics
Reviewing the Mesh Created by EMX in Virtuoso 3D Viewer
Variables to Customize the Settings for Virtuoso 3D Viewer
Return to top