Hi
I have a working code which is in C++ and now I want to migrate it to C#. I am not very familiar with the differences in calling libraries,namespaces etc. Is there any efficient way to go about this(converter or documentation)?
Thanks
Moved to developer category
Hey @raghav.pathak,
No, there is no Rhino SDK to RhinoCommon converter. But most of the SDK classes and functions you’ve used in C++ are available in some for in RhinoCommon.
Some helpful links:
RhinoCommon guides
RhinoCommon API
https://developer.rhino3d.com/api/RhinoCommon/html/R_Project_RhinoCommon.htm
RhinoCommon Samples
– Dale