Hi everyone
I earlier asked about _CreateSolid command in Grasshopper and got the reply that it isn't in the .SDK NET package (I'm not much of a programmer but what I've gathered it means that I cannot create solids with Grasshopper).
Now the workaround I've been using is to bake each part that consists of 4 BReps and then run a macro in Rhino wich completes the solid making process
'_SelAll
_Pause
_CreateSolid
_Enter
_Pause
_Hide (The hide is there so next part can be selected individually)
_Enter
However dooing this for the 30-40 parts for each iteration I'm dooing in ANSYS is not as smooth as I wanted it to be when I first laid my eyes on Grasshopper and was "holy smoke, this is cool".
Is there a possibility to write a script in VB, C# or outside Grasshopper that would bake each individiual BRep set, run this script and move on to the next set till the model has been finished? Well it's possible for sure, just wonder if it's easy and anyone already has a defenition for it or if it's complicated.
Tags: