var fDesc=new Array(); fDesc[0] = "SimLab Collada exporter ,enables users to export Revit models as Collada files (*.dae). The plugin supports exporting Geometries with correct tree structure, Materials (Color, Transparency and Textures).

SimLab Plugins are the right option for users who are looking for a specific feature to complete their 3D design application. The plugin is supported on Revit 2013, 2014, 2015, 2016, 2017 and 2018 (64-bit)."; 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 = ''; } }