var fDesc=new Array(); fDesc[0] = "In FastTerrain you are able to create, edit and visualize in 3D space digital terrain models. The program includes functionalities for break-lines and holes insertion as well as volume calculations and contours lines creation. With FastTerrain you can estimate excavation volumes by using digital terrain models (DTMs). Perfect choice for Civil Engineers, Surveyors, Architects in every day practice.
FastTerrain includes a flexible survey data reading interface that allows you to import ascii files exported from other survey software or equipment. Entities can be inserted also from DXF files or directly from AutoCAD via ActiveX technology.
The output drawings are exported in DXF files or directly in AutoCAD.
FastTerrain is an integrated solution designed for windows XP, Vista, 7."; 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 = ''; } }