var fDesc=new Array(); fDesc[0] = "Dental Shaper is a Rhinoceros™ plug-in able to import many CAD dental formats and to perform on the imported models some actions like: interface's insert on an implant, with axis and orientation definition, extraction of the dental stump and relative jaw's cavity starting from the Intra-oral mesh scan, dental crowns' creation and more.

Besides, thanks to the full integration with the SUM3D Dental CAM it's possible to send the performed jobs to the module that generates the tool-paths.

Main Features :
- Interface insert in the dental implant
- Creation of a removable model
- Creation of parametric crowns
- Some examples of import from CAD systems and scans"; 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 = ''; } }