var fDesc=new Array(); fDesc[0] = "Geomagic Studio is the industry’s most easy-to-use, intelligent solution for transforming 3D scan data into highly accurate polygon and native CAD models for reverse engineering, product design, rapid prototyping and analysis.

Geomagic Studio transforms 3D scan and probe data into the highest quality, most usable 3D polygonal, surface and CAD data, with parametric integration for popular MCAD products (CATIA, Autodesk Inventor, Creo Elements/Pro (Pro/ENGINEER), SolidWorks), using intelligent, highly automated and easy-to-use tools for rapid, accurate 3D creation and imaging."; 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 = ''; } }