SQgrid, Sdivide, steps

Total newbie learning - but I admit I can’t move forward by myself here, so need someone to point the obvious I’m not seeing.
My intention is to fill this custom contour/shape (or others) with holes at a certain step - in this case 16mm.
In the GH file you see my attempt - but for some reason when I bake the holes and measure them it’s not 16mm cc.
I have looked att series, range etc. I can get series to step it at 16mm, but fail to replace it with sqgrid. I’m sure I miss some steps between. Haven’t found any video tutorial that deals with this yet.

Very grateful for any pointers.
/Carlos

Custom Surface perforation 16mm CC.gh (11.0 KB)

Hello,

Divide Surface requires integers that are the number of division in U/V direction, not the spacing. And you can’t provide it a curve (it will take the length of the curve as a conversion).

Here is a solution by constructing a large grid centered at (0,0), then removing all points that are not inside the boundary.

Custom Surface perforation 16mm CC.gh (7.6 KB)

Hi.
Many many thanks! Whole new stuff to learn from now! Very appreciated :slight_smile: