I have a mesh in STL file format and imported it into Mathematica.
data=Import["mesh.stl"];
or
data = Import["mesh.stl", "VertexData"];
Using programs like SolidWorks or similar ones, you can easily generate NURBS surface from meshes. Until now, I didn't find any possibility to do this in Mathematica.
BSplineSurfaceuseful.) – Carl Lange Sep 24 '21 at 19:08