var fDesc=new Array(); fDesc[0] = "VSR Shape Analysis is the fully embedded shape analysis solution for Rhinoceros®. It analyses Curves, Surfaces and Meshes for several criteria. It can be used associatively during modeling to control the quality of created and modified geometry at any time ensuring the highest possible quality level. Analyses can be saved in the Rhino 3DM file across sessions.
Features:
- Dynamic Section (with optional Curvature Plot)
- Curve and Surface Matching Analysis (checks for Position, Tangent and Curvature continuity)
- Light Lines (Simulation of Isophotes)
- Deviation (between Curves, Surfaces and Meshes)
- Curvature (on top of 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 = ''; } }