var fDesc=new Array(); fDesc[0] = "GOM Inspect is a free 3D inspection and mesh processing software for dimensional analysis of 3D point clouds and viewer for ATOS and GOM Inspect Professional data sets.
Main features:
- CAD Data and 3D Point Cloud Import
- 3D Mesh Processing
- 3D Inspection Tools
- 2D Analysis
- Comprehensive Reporting
- Data Export"; 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 = ''; } }