When I try to make a region difference I get an error messange that says “No valid curves remained after projection in Group A” but I don’t see anything wrong with the curves.
These are the curves with which I want to use the component
Yes, that’s what I wanted. It’s strange how it doesn’t work for me. I wanted to do it that way beacause operations between curves are faster than operations between breps, but I think i’ll have to do it another way. Thanks.
Are you both using the same Rhino version (Rhino 5 or Rhino 6) I see many bugs like this in Rhino 6 where the operation works fine in Rhino 5 but not 6.
I just fixed this issue today, there should be a new release candidate later today/early Wednesday depending on where you are in the World.
The problem was that Rhino started returning negative areas for certain shapes, and the region solver removes regions with an area less than the tolerance squared, thinking they are empty. The underlying negative-area problem has not yet been fixed, but Grasshopper now runs all area calculations through an Absolute function to fix it.
The problem that was reported in this thread was written up as RH-46530 and fixed in 2018.
Please provide a sample and the output of the Rhino SystemInfo command.
-wim