sravani Posted March 28, 2019 Posted March 28, 2019 Hi, i am searching all sites from last 2 days for this i have a 2d autocad drawing with no of blocks in it and they were exploded and added new lines in order to make one dynamic block into no of small blocks now i am having a task to use the coordinates information from 2d drawing to Excel and then i need to split the dynamic block into no of blocks according to Excel and need to insert the block names i.e., main block name and nested block names in side that block. if anyone can help that will be a great appreciation. Thanks in advance Quote
BIGAL Posted March 28, 2019 Posted March 28, 2019 (edited) I found this go down to Cabs code there is a line ;;; (setq lst (cons name lst)) un remark it rem this one (setq lst (cons (cdar (ATT:GETS (vlax-vla-object->ename obj))) lst)) no gurantee and un tested. Ps took 2 minutes to find. Searched "get nested block names" Edited March 28, 2019 by BIGAL Quote
SLW210 Posted March 29, 2019 Posted March 29, 2019 I moved your post to the AutoLISP, Visual LISP & DCL Forum. Quote
sravani Posted April 2, 2019 Author Posted April 2, 2019 thank you bigal i will search for that thanks once again for guiding me. Quote
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.