AddLoftSrf broken in Rhino 7 SP0?

Hello there,
is it possible, that the AddLoftSrf Rhinoscript command is broken in RH7 SP0?
I use it as always :
Loft = Rhino.AddLoftSrf(arrForLoft,0,1,45,False), but the curves are not rebuilt.
Rhino tries to loft it like ist was “Does not simplify”.
In RH6 SP31 everything works like intended.

Thanks in advance for your help :slight_smile:

Hi @ag1,

Can you post a 3dm file and small script sample that we can run?

Thanks,

– Dale

Absolutely. Thank you for your help. :slight_smile:

TestLoft.rvb (99 Bytes)
TestCurves.3dm (19.3 KB)

This is the result, even if it is set to rebuild with 45 points

result

Hi @ag1,

Your script, when run against your curves, appears to produce the same result as Rhino’s Loft command. What am I missing?

Thanks,

– Dale

Hi Dale,

the style parameter is not accepted.
The 1 should cause a rebuild of the curves, while the 45 stands for the 45 control points. As seen in the picture, the curves are not rebuilt.

Thank you for your help :slight_smile:

Hi @ag1,

The rebuild information is what I needed - thanks.

https://mcneel.myjetbrains.com/youtrack/issue/RH-61984

– Dale