How to efficiently cut surfaces with grids

Hi, I’ve wrote a script to split surfaces with 100x100 grids,

currently 90 percent will be created without problem.


![65332565a18f88b2981ccb787cc5061|690x347]

can someone help me improve it (or any advanced methods)
so that I can create all the parts completely in GH.

please see the attachment, Thanks in advance.

SurfaceSplitbyGridTest.gh (224.2 KB)

How about using Surface Split instead of Split Brep?


SurfaceSplitbyGridTest_re.gh (222.4 KB)

1 Like

Wow! That’s great, forgotten there’s a surface split node!!
and the apply of color wheel looks fun!!!

Thanks for your help!