how to use commandline to saveas dxf 2010 version only?

how to use commandline to saveas dxf 2010 version only?

Anonymous
Not applicable
505 Views
1 Reply
Message 1 of 2

how to use commandline to saveas dxf 2010 version only?

Anonymous
Not applicable

I am using AutoCAD LT version 2017. The default -dxfout always goes out to 2013.

Is there a way to use commandline to dxfout always to 2010 version?

Thanks.

Below is my commandlines to save in dxf quickly

{-dxfout 16}

0 Likes
506 Views
1 Reply
Reply (1)
Message 2 of 2

pendean
Community Legend
Community Legend
There is no LISP in LT, is that what you are trying to use? Or are you trying to write a menu macro?

I personally prefer to use +SAVEAS command (there is a + in the command name), like this IN YOUR CASE

+SAVEAS <enter>
F <enter>
2010 <enter>
<enter>

Try it.


0 Likes