duplicate block with new name

duplicate block with new name

jdfnnl
Advocate Advocate
2,387 Views
6 Replies
Message 1 of 7

duplicate block with new name

jdfnnl
Advocate
Advocate

The goal is to duplicate a single instance of a block and with a new name without having to delete and replace the original. Is there any way to duplicate an existing block with a new name?

0 Likes
2,388 Views
6 Replies
Replies (6)
Message 2 of 7

Michiel.Valcke
Advisor
Advisor

make a new block, with the new name, insert and explode the old block. Save the new block definition. Now you'll have 2 block definitions with different names but with the same geometry/attributes. 

This will not work with dynamic blocks. You could do the same with two autocad drawings, in one you open the original block in the block editor, and with the other you open the new (empty) block in the block editor. You can use the copybase command to copy everything from one block editor to the other.

0 Likes
Message 3 of 7

cadffm
Consultant
Consultant

In Architecture it should be 8ffered in your context menu,

but not in AutoCAD.

 

 

You need a tool to do that, like this <click>

Sebastian

0 Likes
Message 4 of 7

paullimapa
Mentor
Mentor

Use the Wblock command and select the block using the Block button and save that into a folder on your computer and then use Windows Explorer to select and rename the dwg in the folder as another name then Insert that back into your drawing. Now you have two different named blocks but with exactly the same content in the same drawing 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 5 of 7

Kent1Cooper
Consultant
Consultant

You can use the BDN command in BlockDupNewName.lsp, >here<.

Kent Cooper, AIA
Message 6 of 7

andkal
Collaborator
Collaborator

In Autocad MEP there is a commnad for this: COPYBLOCKDEFANDASSIGN.
If you use one of Autocad verticals you can check if you have such a command.
I 'm not sure if it exists in normal Autocad.


• www.autolisps.blogspot.com - Productivity plugins for Autocad and Autocad MEP
• Autodesk AppStore
Message 7 of 7

AVCPlugins
Advisor
Advisor

Especially for this case, the AVC Assembly plugin has the AsmNew command.


Plugins for AutoCAD
A>V>C>
AppStore | Facebook | Twitter | YouTube | Blog
0 Likes