dimmingScope
layout dimmingScope string { "none" | "all" | "outside" | "eipSurround" }
graphic dimmingScope string { "none" | "all" | "outside" | "eipSurround" }
Description
Determines how objects in the cellview are dimmed.
-
none: Default.No dimming is applied. -
outside: Dims everything but the instance, figure group, or any object you are editing in place. -
all: The design is completely dimmed as soon as you select this option. If you select an object and the dimming is set to 100, only the selection box is displayed. -
eipSurround: Dims all the objects surrounding the EIP hierarchy.
GUI Equivalent
Examples
envGetVal("layout" "dimmingScope")
envSetVal("layout" "dimmingScope" 'string "eipSurround")
envGetVal("graphic" "dimmingScope")
envSetVal("graphic" "dimmingScope" 'string "all")
envSetVal("graphic" "dimmingScope" 'string "outside")
Related Topics
Return to top