Hi!
I converted mesh to nurbs. Now there is very many surfaces I’d like to merge.
What is the best way to do it?
I used mergesrf but it takes a lot of time to click one by one to join to the next surface. It would be nice to pick all and merge all at the same time…
It looks to me that you are better off using _ToSubD first, as _MeshToNurb will convert each face to a separate nurbs surface, and this objects seems suitable for being a SubD object.