drawTraversedInstBbox
layout drawTraversedInstBbox boolean { t | nil }
graphic drawTraversedInstBbox boolean { t | nil }
Description
Draws a bounding box around an instance that traverses to a size smaller than the fitIntoClusterBoundary. The traversing usually occurs when you zoom out of the design.
GUI Equivalent
Examples
envGetVal("layout" "drawTraversedInstBbox")
envSetVal("layout" "drawTraversedInstBbox" 'boolean t)
envGetVal("graphic" "drawTraversedInstBbox")
envSetVal("graphic" "drawTraversedInstBbox" 'boolean t)
Related Topics
Return to top