TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: athvas05 on October 24, 2020, 10:52:38 AM

Title: Need Lisp routine for dwg for compatability with MS
Post by: athvas05 on October 24, 2020, 10:52:38 AM
Hello Everyone !

i have a requirement to make the autocad dwg file drawing to make it compatible opening with microstation software. for that i need to do the following everytime in  my drawing :

1. Burst all nested blocks/attribute blocks in the drawing
2. Make all associative hatches as non associative
3. Make all associative dimensions as non associative
4. Clean/Purge the drawing

i have found some lisp programs for the above requirements individually but not as combined one lisp file to do all the above. If i get a combined Single lisp file which does the above it would be more time saving for me instead using multiple lisp files everytime. Could anybody give a solution for this?
Thanks in advance.
Title: Re: Need Lisp routine for dwg for compatability with MS
Post by: MickD on October 24, 2020, 06:24:59 PM
Create one single lisp routine that calls all the other lisp routines you have in the order you require, simples :)