var fDesc=new Array(); fDesc[0] = "ArchiCAD introduces a comprehensive ecosystem of solutions to ease the creation, sharing, and finding of custom BIM Components. Custom objects, components, and structures require a tool with extraordinary modeling flexibility. Building components is one of the most dynamically developing segments of the BIM industry.
CINEMA 4D offers much more material setting possibilities than ArchiCAD does. There are a large number of parameters for setting the materials’ visual behavior when affected by direct or indirect light or like glowing, transparency, etc."; 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 = ''; } }