I want to divide some shapes, these rectangles, by their sides, by length (rounded up), but I can’t figure out how to properly extract the curve lengths, and divide the surfaces according to their respective lengths. I also can’t figure out how their U V sides are oriented.
One image is how the rectangles end up divided. The other is a reference of how I would like them divided
Not sure if I got you correctly in “Dividing by length” term, but the below shape can be done by exploding the shapes then divide the segments by the length you want, or before you can filter the long sides and short ones in 2 separate lists, then divide curve {0} for each one in the lists, and project these dividing points in the other curve {1} in same lists using [curve closest point] component, and connect these 2 points with a line and then you have lists of lines, then split the shapes with these lines, you’re gonna get what I understood you want.