Author Topic: Need Lisp routine for dwg for compatability with MS  (Read 1004 times)

0 Members and 1 Guest are viewing this topic.

athvas05

  • Mosquito
  • Posts: 1
Need Lisp routine for dwg for compatability with MS
« 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.
« Last Edit: October 24, 2020, 11:28:54 AM by athvas05 »

MickD

  • King Gator
  • Posts: 3637
  • (x-in)->[process]->(y-out) ... simples!
Re: Need Lisp routine for dwg for compatability with MS
« Reply #1 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 :)
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien