var fDesc=new Array(); fDesc[0] = "DXF Exporter lets you Export your whole Inventor Assembly’s sheet metal parts’ Flat Patterns to DXF. Exporting the Flat Patterns the application will also insert the Part Number, Material, Thickness and Quantity properties inside each Flat Pattern DXF file. This greatly improves efficiency and saves time having to do manual processing work down the line.

Options are provided to simplify the exported geometry to make the file readable in any CNC software removing duplicate or double lines where possible. All profiles are re-based to the positive quadrant and can be configured to only contain Cut lines. No clean-up required afterwards."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }