I was just able to reproduce the null
output also.
The error was being thrown because I called Curve.Offset()[0]
(or similar) in an attempt to just get the individual curve. Which doesn’t make sense to do, now that I know all I’ll get is null
. Thanks again for the details.