Export Layouts to DXF

Export Layouts to DXF

Anonymous
Not applicable
2,481 Views
3 Replies
Message 1 of 4

Export Layouts to DXF

Anonymous
Not applicable

Hi,

I'm currently having too many Sheets which I need to convert it as Separate Model Dxf

When I use this Command- "(C:ExportLayoutsToModel)"

I get output as Dwg file But I need Dxf with Some Command not as Save As option Since I have too many Sheets it's Hard to use Save As option for Each Layout Sheet!

Thanks in Advance!

0 Likes
2,482 Views
3 Replies
Replies (3)
Message 2 of 4

cadffm
Consultant
Consultant

You are talking about a function that is not a native autocad command (C:ExportLayoutsToModel),

so it would be usefil to link to the source (programcode or programfile).

 

I guess "(C:ExportLayoutsToModel)" is a simple cover for "Do it for all Layout: ExportLayout", so it use the onboard command ExportLayout,

which has no DXF option.

 

In this case the easiest way is to export layouts as dwg first and after to convert dwg to dxf.

 

Out there are many ways to do that in one step for multiple files.

That is the best option.

Do you have a batch program?
Can you find a batch program?
Do you need help?

 

ScriptPro

AcCoreConsole and *.scr

AutoDESK batch save utility (which uses also the accoreconsole and *.scr files, but offers a GUI)

Other third part BatchUools from www, Forum or Autodesk App Store (perhaps)...

 

 

Sebastian

0 Likes
Message 3 of 4

Anonymous
Not applicable

Hi,

Thanks for your Suggestion!

I have no idea about Batch program....

Could you please help on getting solution of Converting a Batch of DWG to DXF in Single Step

 

Thanks in advance!

0 Likes
Message 4 of 4

Sea-Haven
Mentor
Mentor

It will need a lisp to write the script as name of layouts is unknown, after write dxf it needs to delete the exportlayout dwg or else will end up with a massive number of dwg's. Its doable but a bit complex as the result required is a dxf so a double handling. May require more than one script open dwg's and make the master script which has all the dwg names and layouts to be processed. Use the open "A" option on the script file.

0 Likes