var fDesc=new Array(); fDesc[0] = "Win3D-View is a 3D simulation for turning and milling and is available as an option in addition to the WinNC Control. Graphic simulations of CNC controls are designed especially for industrial experience. Win3D-View displays exceed industry standards. Tools, blanks, clamping devices, and work processes are highly realistic.
The system checks the programmed travel of the tool to prevent collision with clamping devices and blanks. If there is a conflict, a warning is given so that manufacturing processes can be understood and controlled from the very beginning. That's the aim of Win3D-View: Visualizing, supporting and avoiding costly collisions."; 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 = ''; } }