I designed a simple disk module, there are no unnecessary lines as you can see in the picture. After I export a symbol to DXF format, unwanted lines are created.
It is possible to delete the lines in this part because it is simple, but in parts in other complex parts there are a lot of lines and I wonder if there is a simpler option.
I tried without face, it cancels the 3D and turns the file into 2D.
The purpose of the conversion is to produce a file for edrawings, so I export the file to DWG format and then import to solidWorks to produce an easm file.
i have also autocad, but i dont find an option to export to easm file for edrawings.
in autocad the dwg opens without the linesâŚ
ah, well, if you want a 3d dwg or Dxf with face, off course youâll get the triangulation lines. thatâs how it works, it decomposes faces into triangles.
when working in 3d, the only way to be 100% certain that a face is a face (a plane in fact) is to use triangles. more than 3 sides you have a risk of non-coplanarity.
so itâs fairly common when translating from one format to another to have all faces decomposed into triangles.
the triangle only appear when you donât see the faces, if the faces are visible they appear as one.
I only checked in edrawings viewer, and I donât have autocad nor solidworks, so I canât tell you anything more about this. Maybe there are other file format (3ds, colladaâŚ) that could be read by all your softwares and provide a better result ?