DXF export units precision
Hello,
Can't seem to find a way to control the DXF export precision,
Changing linear units settings doesn't seem to effect the export and there are no export options available for dxf it seems,
In ACAD you can go to Tools in the file dialog box,
Is there no way to control decimal precision on dxf export ?
thank you !
Can't seem to find a way to control the DXF export precision,
Changing linear units settings doesn't seem to effect the export and there are no export options available for dxf it seems,
In ACAD you can go to Tools in the file dialog box,
Is there no way to control decimal precision on dxf export ?
thank you !
0
Comments
-
I guess you are using saveas to write the dxf files... try dxfout instead.0
-
Lisp:
[code](command "_.saveas" "_dxf" "_version" "_2000" 4 path)[/code]0 -
I would use DXFOUT over SAVEAS
[code]: (command "._DXFOUT" (getvar 'DWGNAME) "_V" "2004" "4")[/code]
SAVEAS changes your current drawing name
Regards,Jason Bourhill
0
This discussion has been closed.