These are some examples of DXF files.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
Needs["Utilities`DXF`"]
g = Graphics3D[{Polygon[{{0,0,0},{1,0,0},{0,1,0}}]}]
WriteDXF["file.dxf",g]
You can go up one level to the DATA page.