Jump to content

Rename blocks, individually, without using the RENAME command


iuliandonici

Recommended Posts

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?

Link to comment
Share on other sites

In plain AutoCAD, no.

 

A block's name refers to the block definition, not an individual block.

 

However there are various LISP routines on this site that allow you to change individual block names. Check some of the threads listed below.

Link to comment
Share on other sites

Several ways to do this. LISP is the easiest and should be several around here and on the WWW. You could use Wblock to send it to its own drawing, go to that drawing rename it (with _Rename) and reinsert it. You can explode the block, reselect it and type in _BLOCK and give it a name.

Link to comment
Share on other sites

Several ways to do this. LISP is the easiest and should be several around here and on the WWW. You could use Wblock to send it to its own drawing, go to that drawing rename it (with _Rename) and reinsert it. You can explode the block, reselect it and type in _BLOCK and give it a name.
ok, several ways. You don't actually need to do the WBLOCK bit though. You can open the block using BEDIT and do a save as there, then re-insert your newly named block.
Link to comment
Share on other sites

ok, several ways. You don't actually need to do the WBLOCK bit though. You can open the block using BEDIT and do a save as there, then re-insert your newly named block.

 

True, I was for some reason thinking he was Pre-block editor. :ouch:

Link to comment
Share on other sites

Even if previous to BE, you could use Copy-n-Pase (or rather Cut-n-Paste).

 

Have a blank DWG open, cut the block(s) you want to "rename" from the original. Paste to original coordinates in the blank DWG, use rename there to give the block(s) a new name. Cut-n-paste back into the original. Rinse-n-repeat for the others.

 

But again, for an "easy" & quick way, search for some lisps.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...