var fDesc=new Array(); fDesc[0] = "TurboCAD Professional comes with complete 2D/3D design tools for drafting, modeling, modifying, dimensioning, and annotation. It is a professional tool for experienced 2D/3D CAD users who are already familiar with AutoCAD. It also features architectural design tools including parametric architectural objects, sections and elevations, house builder wizard, and schedule tool. Surface Modeling Tools like 2D/3D Booleans, extrude, revolve, sweeps, and many other features are available.

TurboCAD Professional supports a variety of file formats including AutoCAD 2019 .DWG & .DXF, SketchUp .SKP, .STL, 3MF, and FBX for 3D Printing."; 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 = ''; } }