var fDesc=new Array(); fDesc[0] = "Logopress3 functions allow the user to quickly and easily predict the theoretical blank of 3D formed parts.
The Finite Element Analysis advanced functions helps both at the quotation stage and in the die design process. It minimizes development time in the press. Beyond the Tool & Die Industry's needs, Logopress3 can also be used to flatten various applications, such as: cloth, plastics, adhesives, leather, inflatable objects, packaging.

Features:

-Manage native and/or imported data
-Manage solids and surfaces
-Material thickness management
-Customizable material database
-Choice of the "stamping starting area"
-Choice of the "stamping direction"
-Allow defining pinched/locked areas
-Thinning and thickening information
-Stress and strain information"; 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 = ''; } }