Is this lisp possible?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is this lisp possible?
I have 250 drawings that I want to apply hatches to. The
drawings will have about 4 hatches each. There are
about 30 hatches but most of those hatches have
several colors which brings the choices to about 100.
Many of the hatches are custom or imported hatches so
they are located in a different location than ordinary
autocad hatches.
If there weren't so many choices it would be easy to use
inherent properties and import a master list into the drawing but
with 150 hatches autocad will bog down.
One way to do it would be to bring a block into each drawing
that will have all the choices by using inherent properties for the
hatch and lisp for the colors. The colors are going to be for the hatch
and the background and they will be RGB colors with a three
number description.
Another way would be to use text like the old menu days
and have the user click on a text such as “Marigold, yellow”
and have the lisp chase down the hatch that is marigold, the
color that is 255,252,5 and the background that is 213,251,216.
Would this work?
Thanks