var fDesc=new Array(); fDesc[0] = "NCspeed is a software system for the simulation of 3- and 5-axis milling processes. The milling process is optimized with regard to machining time and process safety.
Based on a volumetric simulation NCspeed can analyze the material removal process during milling. This principle enables a visual checking of the milling process. For this purpose NCspeed offers a shaded visualisation of the continuously machined geometry. Due to this, it is possible to detect faults in the NC-program before a machining crash occurs."; 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 = ''; } }