var fDesc=new Array(); fDesc[0] = "CADRE Geo is a design utility for generating a wide variety of geodesic and spherical 3D (wire frame and surface models) for CAD or finite element analysis applications or for generating detail design data for the members that make up the structure.

Data output are tables of hubs, struts, and panels grouped into like types with detail geometric information. Drawing output are clean DXF files suitable for import for structural analysis applications. Compatible with CADRE Pro as well as most CAD drawing programs. CADRE Geo is an educational as well as a practical design tool."; 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 = ''; } }