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