Divide surface in Dynamo

I want to divide a surface into smaller surfaces based on a number of dividions that I can further modify. This node from Lunchbox will divide the surface and give me the points which I can then recombine into smaller surfaces using Python coding. My question is if there is a node package available that will do this for me? This example is simple but I will be using this on a more complex surface.

Have you tried recursively splitting the geometry? The Ampersand package has a nice node for that:

3 Likes