displaySurfaces
v3d displaySurfaces boolean { t | nil }
Description
Specifies whether to display or hide surfaces of the nets and instances in the model. The default value is t.
GUI Equivalent
Options menu – Display Surfaces
Display Options toolbar – Display Surfaces
Examples
envGetVal("v3d" "displaySurfaces")
envSetVal("v3d" "displaySurfaces" 'boolean nil)
Related Topics
Variables to Customize the Settings for Virtuoso 3D Viewer
Return to top