When I use Rhino.NodeInCode, I cannot get the GH component of RhinoInside.Revit. I am learning from this tutorial: Rhino.Inside®.Revit, but it prompts me that I can’t find the corresponding component.
I tried to use the GetDynamicMemberNames method to verify, but still could not get the RhinoInside.Revit GH component
private void RunScript(object x, object y, ref object a)
{
// Write your logic here
a = Rhino.NodeInCode.Components.NodeInCodeFunctions.GetDynamicMemberNames();
}
}
Rhino7
RhinoInside.Revit_1.26.9083.18516
Revit2020