dynamicWireframes
v3d dynamicWireframes boolean { t | nil }
Description
Dynamically shows or hides the wire frames during rotation or dynamic panning and shows them again after the task in progress is complete. This improves the performance of these tasks.
This variable is applicable to all 3D Viewer windows in the current session and takes effect only if displayWireframes is set to t.
GUI Equivalent
Examples
envGetVal("v3d" "defaultView")
envSetVal("v3d" "dynamicWireframes" 'boolean nil)
Related Topics
Variables to Customize the Settings for Virtuoso 3D Viewer
Return to top