Hi,
Is it possible to get / select faces of closed polysurface by color using grasshopper?
Something like this:
- Set Brep
- Deconstruct Brep
- List faces
- If face color is blue
- Do something…
I’m new to grasshopper and step 4 is out of my league
Hi,
Is it possible to get / select faces of closed polysurface by color using grasshopper?
Something like this:
I’m new to grasshopper and step 4 is out of my league
one important thing: as remarked by David, the component automatically computes the solution only when the file opens / right_click → Recompute / F5 shortcut (works on Windows, idk for Mac)
if you draw something in Rhino or change the color of an existing object, you should Recompute the GH solution, otherwise the “old” color-selection will still be active
Thanks for replaying!
However I still wonder if this is still something out of the scope of FindByDrawColor method? The solution I’m looking for should work on closed polysurfaces. It seems that FindByDrawColor only works if I explode my closed polysurfaces?
In general my idea is just to mark certain faces of the closed polysurface, so that I can keep on working with them in the grasshopper.
this will work ONLY on Breps , top component gives you the color for each face, second one gives you on A the exploded face with that particular color and on B the index of that face