var fDesc=new Array(); fDesc[0] = "ODOS 8 incorporates an integrated project model, made up by the merging of the terrain model with the 3d models of the roads involved in the project.
When any change to the design of any road is made, the entire project model updates automatically in real-time.
An ODOS 8 road model is not a simplified corridor model. 3d data of the elements of any feature imported in the project as well as the feature type are automatically tracked by the road model. The shape of the model is automatically smoothed independent of cross-sections, in proportion with the curvature of the centerline. Special 3d road details, such as berm endings, embankment cones (in case of retaining walls / bridge abutments), tunnel portals are modeled automatically, through ODOS 8 intelligent modeling engine."; 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 = ''; } }