Message 1 of 14
Selected Block Replace - Attributes Coordinates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone,
I hope everyone are doing well.
I have lisp file whose functionality is to replace selected blocks with new block and transfer the old blocks attribute values to the new block while retaining some attributes value in the new block (which is mentioned in code). The issue I'm facing is, though old blocks gets replaced, attribute values are getting transferred to the new block but the attribute position (more precisely the attributes co-ordinates) of the new block is not same as the old block. I have to manually place again the attributes where it was earlier or at-least try to match the old position.
Can someone take look at this code and point out where I am missing..
Thanks in Advance...😊