Hi there,
I am new to Rhino.
I am developing Revit add-ins with Revit API and C# and sometimes, as far as geometry goes, Revit API can be quite limiting.
Is there a possible way to use Rhino inside Revit in my C# rather than using its GUI and Grasshopper?
For example lets say I have a list of elements that I got using the FilteredElementCollector
of Revit API, from there I want to convert/cast them into Rhino elements and use Rhino’s functionality to play around with their geometry, and then convert/cast them back to Revit API elements.
Is what im saying makes any sense?
Thanks