Jump to content

Export a selection to an new external dxf file


KendiKong

Recommended Posts

All I need this function to do is to allow me to export a selection in model space to a new, different .dxf file (specifically, AutoCAD 2000/LT2000 DXF format). Doesn't matter where the coordinates end up.

 

And the function can let me name this new dxf file and file location.

 

Is such a function possible?

Link to comment
Share on other sites

All I need this function to do is to allow me to export a selection in model space to a new, different .dxf file (specifically, AutoCAD 2000/LT2000 DXF format). Doesn't matter where the coordinates end up.

 

And the function can let me name this new dxf file and file location.

 

Is such a function possible?

 

 

use filedia 0 and then dxfout

 

 

gr. Rlx

Link to comment
Share on other sites

Oh, that function is exactly what I'm looking for, but do you think you can show me how I would make a script for dxfout so that dxf2000 is the default and it prompts me make an object selection? I think I'd rather have the dialog box for file path selection too, so I'm probably gonna keep filedia as 1.

 

EDIT:

 

Oh, and 1 last thing. Is there a way to add in the purge command to apply to the new dxf file?

Edited by KendiKong
Link to comment
Share on other sites

Oh, that function is exactly what I'm looking for, but do you think you can show me how I would make a script for dxfout so that dxf2000 is the default and it prompts me make an object selection? I think I'd rather have the dialog box for file path selection too, so I'm probably gonna keep filedia as 1.

 

EDIT:

 

Oh, and 1 last thing. Is there a way to add in the purge command to apply to the new dxf file?

 

Check this one from Lee :

 

http://www.cadtutor.net/forum/showthread.php?70489-Dxf-to-file-location/page2&highlight=dxfout

 

Gr. Rlx

 

btw ,

 

if you dxf out , no use for purge unless your template is allready 'contaminated'

 

But if you want to script something , here's something about scripts too :

 

http://www.cadtutor.net/forum/showthread.php?95560-Script.-Save-Open-Close-Switch-back-to-original-DWG&highlight=rlxscript

 

be aware , scripts dont work with dialogs (obviously)

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...