Hello,
I converted a mesh to a surface by using “MeshToNURB” command. The resulting surface is a poly surface. And I’d like to know if there is any way i can convert this poly surface into a single surface using Rhino Script. Please share your thoughts.
Thank you.
Nalina
In general there is no simple method to convert a polysurface result from MeshToNURB to a single surface. To obtain a single surface from a mesh usually requires reverse engineering/designing the surface. The “best” method depends on the shape and features of the mesh and how accurately the surface needs to match the mesh. Frequently a single surface is not feasible.
1 Like
Thanks for sharing your thoughts David.