kevind Posted January 23, 2019 Share Posted January 23, 2019 Hi guys, i am working in autolisp and i need to instantiate dynamic blocks that are in file "BLOQUES DINAMICOS 1.dwg" and put them in new file "prueba.dwg", i have to do this with autolisp in visual LISP. There are some dynamic blocks (figures with blue color) in image, for example, the name of the second figure is "DIM.conexion mt y bt", i would like to put this in "prueba.dwg". I thank the person who can help me. Quote Link to comment Share on other sites More sharing options...
BIGAL Posted January 24, 2019 Share Posted January 24, 2019 (edited) If you make a library of all your most used blocks its simple you can just insert that dwg/block straight in and update the dynamic attributes. Use wblock to pull the block out of the other dwg and save add to a block library area. You can use Tool Palette as well but its not something I have not used others will advise. It is possible to export out all your as individual dwgs from a dwg. Just google. The other way is to use lee-mac Steal.lsp you can drive this from a lisp program supplying dwg name and block name. Edited January 27, 2019 by BIGAL 1 Quote Link to comment Share on other sites More sharing options...
SLW210 Posted January 25, 2019 Share Posted January 25, 2019 I have moved your thread to the AutoLISP, Visual LISP & DCL Forum. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.