var fDesc=new Array(); fDesc[0] = "ArCADia BIM 12

· Support BIM technology, object-oriented architectural design.
· Ready-made architectural elements: multilayer walls, stairs, bases, columns, chimneys, windows and doors.
· Comparing and merging documents.
· Automatic floor entry, additional support for Teriva ceiling design.
· Drawing of flat and spatial technical documentation and its writing to the native DWG format characteristic of most CAD applications.
· Work on layered drawing with the ability to use groups, blocks, external references and raster backdrops.
· Precise drawing with the ability to use Cartesian and polar coordinates, characteristic points and tracking.
· Work on a real-world model with the ability to print at any scale on a specified sheet of paper.
· Generating statements.
· Supporting the IFC format. A possibility to exchange design data with other programs."; 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 = ''; } }