mergeShapes
layoutXL.wspCheck mergeShapes boolean { t | nil }
Description
Specifies whether same-color shapes and uncolored shapes that are connected and on the same layer are to be merged before checking. If multiple purposes are selected, merging applies to shapes on only those purposes. The default value is t.
GUI Equivalent
|
Merge Same Layer Shapes ( WSP | SP Active ) |
Examples
envGetVal("layoutXL.wspCheck" "mergeShapes")
envSetVal("layoutXL.wspCheck" "mergeShapes" 'boolean t)
envSetVal("layoutXL.wspCheck" "mergeShapes" 'boolean nil)
Related Topics
WSP | SP Active Checker Environment Variables
Checking WSP | SP Active Using Batch Checker
Return to top