Hello all,
I’m new to Rhino so please forgive me of I get some terminology wrong.
I’m trying to work out how I can use a grasshopper component multiple times in a project, while retaining its procedural abilities.
Ill give you my specific use case for context.
I have a complex shape I have created in grasshopper. I want to use this component to difference boolean several different objects in Rhino. I will need to do this on many objects. Then I will tweak the parameters in my grasshopper object to experiment with different clearances.
Im trying to work out how to approach this. I will need to use this same cutting object across multiple different rhino documents.
For example I start a rhino session and build out 5 forms, some of them need 1 cutter, some of them need 2 cutters.
Now in a new document I made a few more forms, these also require cutters.
It seems like the only way to handle this would be to maintain seperate grasshopper documents for each rhino document.
But imagining the workflow, this seems a bit painful. Am I missing something?
Is there a way to use a grasshopper as a reusable component?