Quadrangle Mapping

Hello, everyone,

I have the following 2D geometry to mesh.
I would like to mesh it with the Quadrangle Mapping algorithm.
The geometry consists of a face created from four wires.
The ‘curved’ wire consists of about 80 lines (I did not create it with a spline, but by drawing n lines).
The other three wires (the two vertical ones and the horizontal one), on the other hand, consist of a single line/edge.

My question is: is it possible to apply quadrangle mapping in this case?

Many thanks to anyone who can help me

You need to divide your face into quadrangle geometries before applying this algorithm. So, cut it in squarish faces (4 edges and 4 vertexes per face) make a compound of all the faces and then you can apply this algori5

1 Like

Thank you very much, it worked!!!

Mattia