Index: 09_appendix/action_reference.html =================================================================== --- 09_appendix/action_reference.html (revision 35334) +++ 09_appendix/action_reference.html (revision 35335) @@ -107,7 +107,7 @@ DrawPolyLow level draw (render) a polygon using graphic context gc.DrawPoly(gc, x, y, x, y, x, y, [x, y...])act_draw DrawTextLow level draw (render) a text object using graphic context gc.DrawText(gc, x, y, string, rot, scale_percent)act_draw DRCInvoke the DRC check. Results are presented as the argument requests.DRC([list|simple|print|log|dump]) -DrcDialogExecute drc checks and invoke a view list dialog box for presenting the resultsDrcDialog([list|simple]dialogs plugin +DrcDialogExecute drc checks and invoke a view list dialog box for presenting the resultsDrcDialog([list|simple])dialogs plugin DrcQueryDefModAutomated DRC rule editing (for scripting and import)DrcQueryDefMod(clear, source)
DrcQueryDefMod(create, rule_name)
DrcQueryDefMod(get, rule_name, field_name)
DrcQueryDefMod(set, rule_name, field_name, value)drc_query DrcQueryEditRuleInteractive, GUI based DRC rule editorDrcQueryEditRule(role, path, rule)
DrcQueryEditRule(role, rule)drc_query DrcQueryExportExport a rule and related definitions to a file.DrcQueryExport(ruleID, [filename], [format])drc_query