var fDesc=new Array(); fDesc[0] = "Mimics software allows you to process and edit your 2D image data (CT, μCT, MRI, etc.) to construct 3D models with the utmost accuracy, flexibility and user-friendliness. The powerful segmentation tools allow you to segment your medical CT/MRI images, take measurements and engineer directly on your 3D model.

From there you can export your 3D data to a wide range of output formats and engineering applications; such as FEA, design, surgical simulation, additive manufacturing and more.

Main features:
-Mimics 14 enables design on anatomical data
-Seamless 3-matic integration
-Link to virtual surgery navigation
-Faster alignment by using the patient coordinate system
-Last but not least"; 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 = ''; } }