Message 1 of 1
update blocks individual segments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
-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")