Reverse Surface not implemented in python work-around

Is there a way to work around the fact that ReverseSurface is not implemented in Python yet?

Hi Jake,

Steve already implemented the function. We are just waiting for the SR8 to be released.

In the mean time, I think this is the RhinoCommon method that rs.ReverseSurface() will call:

srf.Reverse(0) # 0 reverses u domain, 1 reverses v domain

I haven’t ever used rhinoCommon before so I didn’t think to look there. Glad to now be aware of it. Thanks Djorde.

Hey, thank you for the great NOC series.
Took a couple of those, and I really liked it. Got stuck somewhere around random acceleration (I think).
Still, keep up the good work!