Blend srf in python script

Hello,

is there a method to blend two surfaces in python?
Can something be done using the rs.command similar to blending two curves?

rs.Command("-ArcBlend " + “SelID " + str(c1[0]) + " SelID " + str(c2[0]) + " _Enter”)

Thanks a lot!

Miguel

Hi Miguel,

I don’t believe ArcBlend is scriptable. I’ve added a bug item for this.

http://mcneel.myjetbrains.com/youtrack/issue/RH-29973

– Dale