var fDesc=new Array(); fDesc[0] = "Spin 3D Plus by NCH Software is one of the most stable, easy-to-use, and comprehensive 3D mesh converters available. Convert 3D files within minutes of downloading. Fast and easy one-click file conversion process. Quickly convert multiple files with batch conversion. Download today and get started converting in just minutes!
Spin 3D features:
* Supported file formats: STL, 3DP, 3MF, OBJ, PLY
* Fast and easy to use
* Multithreaded batch conversion
* Convert 3D meshes to STL or 3DP and edit in MeshMagic 3D
* Convert MeshMagic 3D projects to other formats
* Preview 3D models before converting"; 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 = ''; } }