var fDesc=new Array(); fDesc[0] = "AutoCAD users can work efficiently with large point clouds directly using AutoCAD tools and commands! The CloudWorx application adds simple tools for viewing and working with slices of point cloud data to speed up 2D drawing creation. Powerful new modeling tools enable as-built piping models and other 3D constructions to be created from point cloud data in the AutoCAD environment.
Leica CloudWorx 4.2.1 for AutoCAD is available in English, German and Japanese language versions."; 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 = ''; } }