var fDesc=new Array(); fDesc[0] = "Strand7 is an application that helps you to construct models, run analyses and investigate results simultaneously using a friendly interface. The program lets you build models quickly, create, delete and manipulate elements with a comprehensive set of tools. It organises a complicated model into a simple set of parts using the Group Tree.

Strand7 offers the possibility to define your own coordinate systems, check mesh quality with aspect ratio, warping contours and free edge detection.

It allows you to open multiple models at the same time, cut and paste elements in 3D, copy data to and from other Windows programs, import geometry data from IGES, ACIS and DXF files, choose drawing styles and colours, dynamically rotate the models, pan and zoom in real time with a single click, and many more."; 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 = ''; } }