drdOptionUpdateConstraint
drdOptionUpdateConstraint(
l_modeCategories
l_constraints
g_state
)
=> t / nil
Description
Sets the default state for specified constraints and modes in the configuration file for the Filters tab of the DRD Options form. If the function is run without a maskLayout cellview open, the settings are discarded.
You can save settings from the DRD Options form to a configuration file or, conversely, load the settings from the configuration file to the form. For more information, see
Arguments
Value Returned
Examples
drdOptionUpdateConstraint("Notify" "minClearance,minWidth" t)
Enables the Notify mode for the minClearance and minWidth constraints in the Filters tab of the DRD Options form.
drdOptionUpdateConstraint("Notify,Enforce" "minClearance,minWidth" nil)
Disables the Notify and Enforce modes for the minClearance and minWidth constraints in the Filters tab of the DRD Options form.
drdOptionUpdateConstraint("Notify,Batch" "Spacing,Width" nil)
Disables the Notify and Batch modes for the Spacing and Width constraint categories in the Filters tab of the DRD Options form.
Return to top