var fDesc=new Array(); fDesc[0] = "FEMdesigner is an industrial-strength analysis software that's been solving structural, thermal, vibration, buckling, and other real-world problems for more than fifteen years. Affordable, accurate, easy to learn and use, and able to import data from any CAD system, FEMdesigner makes engineering analysis accessible to anyone.


FEMdesigner is a powerful Finite Element Analysis (FEA) software that includes linear elastic, heat transfer, plastic, non-linear materials, contact, buckling, vibration and frequency analysis for parts and assemblies. Using a neutral file format (STEP or IGES), it can import data from any CAD system, heal that file into a water-tight solid, perform the analyses you need, and plot the results in color-coded, easy-to understand formats."; 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 = ''; } }