advanced rendering for AutoCAD
Hi all! Does anybody know any method or LISP to import/export acad views (or better nXt ones) from a drawing to another? There was an old LISP on Accustudio site but doesn't work with Acad2012. Thanks.
Tags:
Should you know the author of the LISP then contact him/her might be able to help. Had a LISP upgraded for me by the author once not this one you are talking about.
Found! But it doesn't work with Acad2012 or 2013. Some ObjectDBX Library (AxDb15.dll) error
Hola, voy a tratar de ver si consigo una versión que funcione, el que la consiga que la comparta.
I found a lisp file which works well. It exports and imports txt files with all named views. Commands are: "exportviews" (to export views into a txt file) and "importviews" (to import views into a new dwg file). The only thing is to take care to the scale of drawings which has to be the same!
Hola Miguel, no puedo bajar ela rchivo.rar, ¿serias tan amable de mandarmelo a mi correo?, de antemano, gracias
Por supuesto Alejandro!
Alejandro Testa said:
Hola Miguel, no puedo bajar ela rchivo.rar, ¿serias tan amable de mandarmelo a mi correo?, de antemano, gracias
*.rar file format not compatible with site have to be *.zip for others to download.
Miguel Tano Adanes said:
I found a lisp file which works well. It exports and imports txt files with all named views. Commands are: "exportviews" (to export views into a txt file) and "importviews" (to import views into a new dwg file). The only thing is to take care to the scale of drawings which has to be the same!
Thanks Aking, I always forget this!!
akinlolu olugboji said:
*.rar file format not compatible with site have to be *.zip for others to download.
Miguel Tano Adanes said:I found a lisp file which works well. It exports and imports txt files with all named views. Commands are: "exportviews" (to export views into a txt file) and "importviews" (to import views into a new dwg file). The only thing is to take care to the scale of drawings which has to be the same!