var fDesc=new Array(); fDesc[0] = "OBJ2CAD 2010 x64 - Import OBJ is an AutoCAD 2010 and 2011 x64 application to import OBJ files (Wavefront) into AutoCAD drawing. It can import OBJ file and create lines, points, faces, polyface mesh and 3d solid drawing entities. Using it with OBJ4CAD 2010 add-on it is possible to convert any 3d entity into 3d solid object.

The main features are:
- Import OBJ files (Wavefront) into DWG drawings.
- OBJ import to polyface mesh, polygon mesh, 3d solid, faces, lines or points.
- Import OBJ files with more than milion of faces.
- Remember the folder location of the last OBJ import.
- Use advanced AutoCAD ObjectARX technology for OBJ file import.
- Strong compatibility with AutoCAD 2010 and 2011 x64 and verticals."; 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 = ''; } }