crossSectionDisplayForwardCut
graphic crossSectionDisplayForwardCut boolean { t | nil }
Description
(Layout MXL Only) Specifies whether the vias present between two adjacent layers are displayed in the cross section of a layout even if those vias are not directly under the cutline.
The default value is nil, implying that a via is displayed only when you move the pointer over the via.
GUI Equivalent
Examples
envGetVal("graphic" "crossSectionDisplayForwardCut")
envSetVal("graphic" "crossSectionDisplayForwardCut" 'boolean t)
Related Topics
Specifying Cross Section Viewer Settings
Return to top