I would like to wrap a mesh around several objects. I never used Kangaroo before,
but after a bit of playing around with it, I now have a somewhat working, basic setup:
Now, is there an easy way to make the mesh shrink in only U direction, effectively reducing the diameter only? The width (V dir.) shall be more or less the same.
As I have no idea about what the solver does internally, I simply don’t know how to proceed here.
Would it be necessary to reconstruct the lines in U and V direction independently, then apply
two “Line Length Goals”, feed this into the solver and create a mesh from it?
Or is there any easier way, that would also work with irregular meshes?
Any help welcome …