var fDesc=new Array(); fDesc[0] = "The Geomagic CAD Importer adds functionality to the File > Open command of Geomagic Qualify.
- With the optional CT-IMP-4 license, it enables the application to load Catia v4 .model and .session files.
- With the optional CT-IMP-5 license, it enables the application to load Catia v5 .CATPart and .CATModel files.
- With the optional UG-IMP license, it enables the application to load Unigraphics .prt files.
- With the optional SW-IMP license, it enables the application to load SolidWorks .sldprt and .sldasm files."; 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 = ''; } }