var fDesc=new Array(); fDesc[0] = "CADSiteTools is a set of software modules that work inside any AutoCAD full based product, such as AutoCAD full, Civil3D, Map, Land Desktop, Architecture, and others. This add-on is composed of three main modules: Reports, Polygons, and Utilities module. These modules can be purchased and activated separately or together.

This module is designed to draw, edit, annotate, join and subdivide polygons inside AutoCAD. With this tool you can draw and adjust polygons from legal documentation or from surveying information specifying distance and bearing, azimuth, XY coordinates or deflection angle. You can also subdivide polygons by equal parts, percentage or target subarea, by specifying number of segments, distance along a path or by selecting a slicing line."; 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 = ''; } }