var fDesc=new Array(); fDesc[0] = "EdgeWise Plant 2.0 can automatically extract pipes from point clouds, saving you countless hours on every scan. Modeling complex pipe runs from point clouds is tedious business. Other software solutions require manual tracing of pipes or offer only semi-automated tools to extract cylinders and other features. EdgeWise Plant is the only software that can automatically extract pipes, tanks, walls, and ground surfaces from point clouds. The time savings per project can be dramatic—clients report saving an average of 50% on their total project modeling workflow."; 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 = ''; } }