Hi,
Is there a way to create a script that accepts all primary design options in Revit using RhinoInside? Eventually to integrate this as a Grasshopper player tool with Human UI.
Many thanks,
Diana
Hi,
Is there a way to create a script that accepts all primary design options in Revit using RhinoInside? Eventually to integrate this as a Grasshopper player tool with Human UI.
Many thanks,
Diana
I managed to get the element, but is the action of accepting the design option possible?
Can you clarify a bit on what do you mean by ‘action of accepting’?
Note that the Revit Api for design option is fairly limited…
So essentially I want the script to read the multiple design options, and allow the users to accept all primary design options in one click rather than one by one (to get rid of the design options from the model). This will help with issuing the model, clean up and so on.
There are feature requests in for this in the Revit API but no method is currently available.
I see, thanks for the info!