Often times there is a need to keepout ground fill on one or more layers from under an SMT pad or a microstrip line.
I uploaded to the group's web page a perl script called Object2NetKeepout.pl to do this automatically. It can be found here: http://tech.groups.yahoo.com/group/PantheonUsers/files/
All you have to do is select some primitive objects that represent the area you want to stay clear of. Then run the perl script by either the menu or a newly programmed function key to get the dialog box to open. Specify the layers you want the keepout on, which nets to keepout, and how far away from the selected objects you want the nets to stay. Then execute the dialog box.
The program works with multiple areas selected at the same time as well.
This added to your function.generic file will give you a function key in Pantheon each time you startup.
def f k generic F9C 'Obj2Keepout' -display -no_trans
def f k generic F9C 'EXEcute Perl "c:\Perl Utilities/Object2NetKeepout.pl'' ''C:\Program Files\intercept/pantheon'' ' -function -no_trans
def f k generic F9C 'EXEcute Perl ''c:\Perl Utilities/Object2NetKeepout.pl' ''C:\Program Files\intercept/pantheon'' ' -execute -no_trans
Questions?Comments?
Greg