Coding a Rice Field

i was wondering if there was a way to code something like these rice fields in RhinoPython:


Sapa-Rice-Terrace
i would like to base a project for uni around this, we are mainly learning parametric design and i want a code that creates these fields with defining how large and how high the whole thing is. i built a base model of what it could look like:

If you’re referring to the contouring of a terrain, you could implement this method if your input is a surface:

And this one if it’s a mesh:

And then extrude the curves.

1 Like

thank you, hat works, but i would also need to create surfaces from the lines somehow, so that it looks like my modell… i tried to extrude the curves, but the problem is, that when the curve isnt closed, it wont create a solid/closed surface. do you maybe have splution for that?

CloseCrv?