Hi guys, I want to use the Player plug-in in Revit, but nothing happened after i choose a simple gh file, I just wondered, how to use this plug-in. When I download the sourcecode and debug that, i found nothing will be the output, so how can i get the output from the player solver in code.
This definitions seams to be used with Rhino command ‘GrasshopperPlayer’ but not with the player in Rhino.Inside Revit.
If you replace the two getters by point params and the Baker by a Curve param the Revit player will ask you for two points and will bake a line in that case.
Resurrecting an old thread.
I cannot find much documentation on script setup for running the grasshopper player in Rhino Inside Revit. I’ve tried a few times, but after selecting a .gh file, the player button just opens grasshopper without doing anything else. Are there any videos on this? Or maybe just a snip of script that runs correctly?
Thanks!
Thanks Japhy!
How can I define input parameters for the first script? Currently the wall length and location are hard coded. Is there a way to provide Revit with my input parameters each time I use the script similar to the rhino grasshopper player?
That would involve another level of UI complexity when dealing with Revit. In pyrevit for example you can create forms that would get Revit input, or in Rhino the Remote Control Panel, HumanUI etc. To do this at the same time where Rhino UI, Grasshopper & Revit are all in play is challenge. We do have feature requests in the queue for Get/Set in the various contexts.