Hello!
I am preparing a model in Rhino and after exploding it there are many small surfaces I would like to delete. I want to select these surfaces by filtering all surfaces by the area smaller than x.
select surfaces by area less than.gh (73.7 KB)
Hello!
I am preparing a model in Rhino and after exploding it there are many small surfaces I would like to delete. I want to select these surfaces by filtering all surfaces by the area smaller than x.
select surfaces by area less than.gh (73.7 KB)
Hi @Astaahl,
Kindly make sure to internalize relevant geometry before uploading the sample please. You can do something like this to filter surfaces by area.
filterSurfaceByArea.gh (11.6 KB)
Hi Devang!
I get to filter like you are suggesting but still I cannot select the geometries in Rhino…is there no grasshopper function for selecting them?
Hi,
Don’t want to be rude but just wondering if this topic is not supposed to be on general Grasshopper forum?
-A.
You can do the following;
Thank you. That solved my issue!