I would like to make the offset of the rectangle as shown in the image
add:
offset.dyn (22.6 KB)
You could get the corner points of the current shape, then use that to redraw a temporary rectangle with straight lines and then use offset, you will get the required results.
I had also thought about the same, the problem is that I practically do not know which knot to use to obtain only the corner points
How would you eliminate the points that you would not need
You probably mean the convex hull method to find the outside points of a collection. There is a package for and otherwise you can find python scripts for that.
@Ge0rges
I managed to solve it, it also works very well