Code for the course's projects. More information on the course here: https://www.kadenze.com/courses/computing-form-and-shape-python-programming-with-the-rhinoscript ...
# Testing out teacher Carl's example no.2 and doing some code and manual tweaks. surface = rs.GetObjects("pick surface", 8) # 8 Surface or single-face brep rs.FlipSurface(surface) # Try this or ...