Migrate from Python to C#. If there is a dll from Rhino inside Revit?

I’m currently migrating a Rhino.Inside Revit and Grasshopper project to a .NET WPF application. I understand that the Python scripts need to be rewritten in C# and compiled into a DLL. If I can find the DLL, it would make the process easier for me to translate it to C#. Can anyone guide me on how to locate the DLL, or offer any advice for a smoother transition?

@Mingchen_Xing Tell me more about what you are trying to do. Which DLL are you looking for?

Hello, thanks for your reply. My colleague has a Grasshopper script based on Rhino Inside Revit, used to automate the creation of a certain model in Revit. I believe that fundamentally it still calls Revit’s C# API, so there might be a C# DLL containing this script, or it dynamically gets added to Revit’s app domain after compilation. If I can locate it, I can quickly migrate this project to C#.

1 Like