Page 1 of 1
Copy Block form another dxf/dwg
Posted: 01 Feb 2005, 19:03
by Jourde
Hi, i try to copy a block from a file dxf/dwg and then copy it to my drawing by inserting a new insert of it !
I don't success to do that. Can you show me how to do ?
Thanks
E.Jourde
Posted: 02 Feb 2005, 14:19
by Evgeny
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by Jourde</i>
<br />Hi, i try to copy a block from a file dxf/dwg and then copy it to my drawing by inserting a new insert of it !
I don't success to do that. Can you show me how to do ?
Thanks
E.Jourde
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
Hi,
Please see CAD Import VCL Editor demo
1. Open the file which contains copying block.
2. Select block by mouse click on it.
3. Click copy button on toolbar. Selected block is added into block list.
4. Open destination file.
5. Click paste button on toolbar. Dialog window opens.
6. Select required block from block list, input x and y coordinates into input fields and click insert button.
this demo does not save the file. Do you need to add block to DXF FILE?