var fDesc=new Array(); fDesc[0] = "3-DIM PT is the software solution that meets the various requirements of industrial metrology (collecting, processing, and documenting 3-dimensional data sets). This measuring and analysis software is ideal for CAD applications.

The software package includes several plug-ins, which are implemented in the 3D modeling program Rhinoceros. Rhinoceros is used in some planning, production, QA, and assembly departments and is similarly structured as the popular CAD programs (e.g., AutoCAD and TurboCAD). The implemented plug-ins are available in the form of tabs. Their use is intuitive and some are included in the graphical user interface as icons. Below you will find links to the various modules:"; 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 = ''; } }