When I’ve got a rectangle/box, how can I subtract a specific width/length towards a pivot point. I’m working on a Grasshopper file for a cabinet. Currently the doors (in my Grasshopper file) use all the space between de side frames of the cabinet. I want to give them ~3mm space around all edges.
I’m aware that I can do this when I construct the rectangle, i.e. by simply providing different x/y values, but I’m curious if it’s also possible to resize a rectangle/box after it’s been created?
I’ve created this basic rectangle:
And the file:
grasshopper-experiment-subtract-size-towards-center-v1.gh (6.5 KB)