var fDesc=new Array(); fDesc[0] = "CADFIT (CAD File Inspection Tool) is a free tool that organizations using SolidWorks can use to discover problems with the integrity of their relational data. Once the tool is run and the raw data is uploaded to the web, a free summary report is provided as feedback on the quality of the surveyed data.

CADFIT offers engineers an excellent way to easily understand the quality of their CAD data, and to target repairs to their data set. This is particularly useful to those preparing for a PDM data load. Those seeking to justify better CAD data management processes/tools will also find the tool invaluable as it quantifies the scale of existing problems."; 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 = ''; } }