Search the Community
Showing results for tags 'rename block'.
-
Automatic Rename Block with 'Part Ref decription'
lladoog posted a topic in AutoLISP, Visual LISP & DCL
Hello, I have been a lurker on these parts for a while, now i need help with a problem of my own. (I use autocad mechanical 2013) I have a cad drawing which contains 1000's of blocks, each with its own part reference within. As we use autodesk Vault and cad's design centre in tandem both the block name and partref description need to match. At present many block do not. What I am investigationg a a lisp type routine which will automatically rename all blocks in a drawing with its part reference description. As I am a novice with lisp I would like the forums help with this. Kind Regards, lladoog- 5 replies
-
- part reference
- macro
-
(and 3 more)
Tagged with:
-
Rename blocks, individually, without using the RENAME command
iuliandonici posted a topic in AutoCAD General
I have a 3D Autocad 2008 Mechanical drawing and I need to rename some blocks. The thing is I can use RENAME in order to change their name but when I do that, multiple blocks are renamed and I don't want that. I want to be able to rename each one of the block, individually. Is there any way I can do that?