Some Rhino Compute Functions Not Working

Hi everyone,

I am using functions in Rhino Compute and have found out that some functions are not working.

https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Curve_Extend_1.htm
https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Curve_Offset.htm

These two functions return nothing, (printing their outputs result in blank lines) when equivalent functions with same parameters work fine inside Rhino Grasshopper. What could be the reason?

I logged this into our bug tracking system and will try to take a look next week.
https://mcneel.myjetbrains.com/youtrack/issue/COMPUTE-68

What client library are you using (C#, python, or javascript)?

Thank you. I am using C#.

Offset should work now; I still need to investigate extend

1 Like

Do you have any sample code for extend that is not working?