LISPer
Electrical
- Nov 6, 2003
- 3
I'm a draftsman. I write some very heavy LISP programs for the manufacutring company I work for.
Currently, I am working with coupling boards for ceramic RF mircorwave filters.
The current itteration of my program inserts the original drawing into a specified place to make an array from it.
I am curious to know, if there is a way to get it to switch where the squares are drawn.
Here's what I mean by that, the coupling boards appear as a series of squares of equal height but varying width and varying distance inbetween. When the block is inserted, the squares represent the copper flashing on the coupling board, but I need to edit it so that the spaces *between* the the copper flashing are the squares that are seen.
I've been doing this mainly with a mix of LISP and manual manipulation, but I'd like to know if anyone knows how to grap the proper points and redraw/edit the squares as I need them to be edited (EACH board is massively different, but are all sets of squares)
Currently, I am working with coupling boards for ceramic RF mircorwave filters.
The current itteration of my program inserts the original drawing into a specified place to make an array from it.
I am curious to know, if there is a way to get it to switch where the squares are drawn.
Here's what I mean by that, the coupling boards appear as a series of squares of equal height but varying width and varying distance inbetween. When the block is inserted, the squares represent the copper flashing on the coupling board, but I need to edit it so that the spaces *between* the the copper flashing are the squares that are seen.
I've been doing this mainly with a mix of LISP and manual manipulation, but I'd like to know if anyone knows how to grap the proper points and redraw/edit the squares as I need them to be edited (EACH board is massively different, but are all sets of squares)