var fDesc=new Array(); fDesc[0] = "PropCad is software for the geometric modeling of marine propellers. It provides tools for the automatic preparation of 2D design drawings, 3D views, construction data, calculation of geometric properties, and CAD/CAM file export.
Features:
* Integrated geometric designer
* Traditional 2D design drawings
* Multiple 3D views and graphics
* Design wizards for rapid development
* Build from scanned blade data
* Supports any custom geometry
* Classification thickness calculations
* Weight and inertial properties
* Construction data output
* CAD/CAM file export
Applications:
* New product development
* Creation of derivative designs
* Production or custom
* Modeler for FEA or CFD
* Analysis of existing geometry
* Open or ducted styles
* Ocean-going marine propellers
* High-skew performance propellers
* Model boat propellers
* Aircraft props, jet impellers and fans"; 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 = ''; } }