Hello,
I’m looking for a way to cull curve types by calling out their type. I’d like to be able to sweep only ‘Curve’ or ignore ‘Line-like curves’
I found someone had a solution to this in an older build of Grasshopper in 2011. They used the ‘Fx’ component with a ‘Contains(x,“Planar”)’ function as an input. Now in 2021, it seems the function component was replaced with the ‘expression’ component, and I lack the experience to use it… Though, maybe that isn’t the way to go about this problem.