I have spent a few hours trying to convince Rhino to mesh a simple surface. The surface is part of a cone - basically 90 degrees of a truncated cone. It failed with the original surface from another CAD program, then I tried to build it in Rhino by revolving a line, then I tried making a truncated cone solid and splitting it. In all cases, the mesh has “seams” that the downstream software has errors with. The mesh structure is really out there.
Can anyone offset some suggestions for getting a proper mesh? Eventually, I will script the solution but right now I have no solution.
Thanks for your help.
Thank you for the quick reply, Scott. Unfortunately, when I reduce the maximum edge length the problem comes back. The overall process requires 0.1” maximum edge length. When I reduce the edge length to 0.25” the mesh structure already looks strange:
I guessed that a larger number for the initial quads would help, and it does help the overall structure. However, it still creates some sort of edge in the mesh.
Thank you for taking the time to reply Steve. I appreciate it.
I was never able to get reasonable results, so we changed the process to mesh the surfaces in another program. That generated a few extra files to control, but the process works fine and the Python scripting in Rhino holds everything together. We seem to use Rhino as a “geometry API” that just so happens to have a GUI. Probably not what the developers intended