As a learning exercise I’m attempting to turn some of the scripted tools that my company have developed into a plugin (in C#). One of the tools we have for dimensioning our drawings makes use of Rhino’s built in ‘Offset’ command to get the user to select where they want a particular offset to go. I’ve managed to get it to run in the plugin (as a scriptrunner) however the issue I’m running into is retrieving the created offset curve. Is there good and/or supported way to do this if at all possible? My current understanding is that there isn’t.