Unroll problem with Ivy plugin

Hello everyone, I hope you are well

I have a problem with the Ivy plugin because I want to unroll this form, however, when I unroll it with the plugin it comes out in separate segments, does anyone know what I am failing in the process? Thank you very much for your comments.


Unroll problem with Ivy (1).gh (22.8 KB)

the mesh you get using Simple Mesh does look like having disjointed vertexes, because the Graph component from Ivy is generating 5 different graphs for that mesh:

if instead of that you use the Mesh Brep component, even with Speed settings, you get a proper single graph for that mesh:

the downside is that you also get these additional edges, that won’t represent a bend in your (I assume) metal sheet drawing:

Unroll problem with Ivy_inno.gh (21.3 KB)

Thank you for your response! Yes, it is indeed a metal sheet part that I was trying to unfold.