update blocks individual segments

update blocks individual segments

gcsjlewis
Collaborator Collaborator
232 Views
0 Replies
Message 1 of 1

update blocks individual segments

gcsjlewis
Collaborator
Collaborator

-Autocad Electrical 2011

I am working on this lisp that will stretch a a block that is generated parametrically (part of autocad electrical).  My program is working, however i am getting a little hung up with the xdata.  When I stretch my block it no longer appears to be a footprint, so i cannot access our catalog database.  I double checked the block and it contains all the correct xdata.  If i save the drawing, close out, and open it back up.  My updates to the block hold and it is now recognizing it as a footprint. 

 

Am I just not regenerating the block properly?

 

I am using

(entmod obj)~~>dxf codes

(entupd sset)~~>entity name

 

I have even tried a simple (command "regen")

 

0 Likes
233 Views
0 Replies
Replies (0)