var fDesc=new Array(); fDesc[0] = "Autodesk Alias Surface software provides advanced technical surfacing capabilities for refining concept models and scanned data into Class-A surfaces for consumer products and automotive designs.
The advanced surface modeling tools in Alias help to ensure that surfaces maintain positional, tangent, curvature, and G3 continuity with adjacent surfaces. The
result is a high-quality aesthetic model that maintains
design intent and integrity from concept to production.
Alias enables automated or explicit control over surface geometry, creating lighter, higher-quality 3D
data. Choose to create Bezier or NURBS geometry
and define the number of spans and degree of both
curves and surfaces."; 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 = ''; } }