Create surface based on two curve

Are there any rhinoscriptsyntax which can create rectangle surface based on two perpendicular curve?

Probably the easiest is:
rs.ExtrudeCurve (curve_A,curve_B)
–Mitch

1 Like