Hi,
I’m having trouble finding the points inside a closed curve. I tried to run the Brep component and Cull the points but for some reason, it doesn’t work.
11 APRIL 2019 - POINTS INSIDE CURVE.gh (29.7 KB)
Hi,
I’m having trouble finding the points inside a closed curve. I tried to run the Brep component and Cull the points but for some reason, it doesn’t work.
Hi @tigerpix,
Instead of using BrepInc
, simply switch to the more appropriate InCurve
, which specifically evaluates a point for closed curve containment.
Thanks very much for your reply. I have one more question, how can I create a surface based on these points? when I use “Surface from points” and connect “P” to the grid I’m having difficulty defining the “U count”. I appreciate your help.
You’re welcome. Your best bet would be to turn your closed curve into a boundary surface.