var fDesc=new Array(); fDesc[0] = "Wherever the MEP engineer can provide 3D data, architects can import the consultant’s MEP model into ARCHICAD using the IFC format. In addition to this generic IFC interface, the MEP Modeler package provides an improved connection with Revit. If the MEP engineer provides 2D data, the MEP Modeler makes it very easy to model and visualize the MEP systems in 3D and eliminate potential collisions.

The MEP Toolbox provides a dedicated set of tools to create components of the various MEP-systems: straight, curved and flexible HVAC ducts, pipes and electrical cabling trays. Transitions, junctions and in-line elements to connect MEP components with each other."; 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 = ''; } }