instanceDrawingMode
graphic instanceDrawingMode string { "BBox" | "prBoundary" | "snapBoundary" }
layout instanceDrawingMode string { "BBox" | "prBoundary" | "snapBoundary" }
Description
Checks if the boundary of instances is displayed as the instance bounding box, the place and route boundary, or the snap boundary.
This environment variable replaces the drawPRBoundary environment variable.
GUI Equivalent
Examples
envGetVal("graphic" "instanceDrawingMode")
envSetVal("graphic" "instanceDrawingMode" 'string "prBoundary")
envGetVal("layout" "instanceDrawingMode")
envSetVal("layout" "instanceDrawingMode" 'string "snapBoundary")
Related Topics
Return to top