var fDesc=new Array(); fDesc[0] = "With the free 3D viewer of Reshaper, you can easily deliver your 3D data or simply visualize 3D models in various formats. This viewer has several features that allow you to import point clouds, 3d meshes, polylines and CAD files, visualize these elements in orthographic or perspective view, etc.

It can also make 3D measurement and display the information as labels or/and customizable reports.

It also lets you view and edit a 3D comparison between 2 objects performed by 3DReshaper, and create and edit inspection labels on a 3D deviation color mapped model and export these data as a *.csv file or a customizable report."; 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 = ''; } }