var fDesc=new Array(); fDesc[0] = "Interface for CAD data import - From the drawing straight into production
The widely used, independent DXF format for the exchange of CAD drawings is used as the basis for the generation of woodWOP programs. Workpieces having been drawn once can be imported into woodWOP and transferred to the machine straight away.
Owing to the preset set of rules any drawing
element of the DXF files can be converted
into machining steps."; 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 = ''; } }