Remove items around a point

How can I remove items around a point Based on distance from the point

What have you tried so far? We usually like to help you with work you have tried, rather than creating it for you. If you have a graph or images to post I am sure someone would help happy to help where they can.

As a start, look into these nodes:

Geometry.DistanceTo;
<;
List.FilterByBoolMask;

Also, the Dynamo Primer has some examples similar to this which you could tweak. Make sure you run through that, cover to cover, asking questions about it here if you get confused. Skip nothing no matter how much you think you won’t need it - the exercises are built to demonstrate the concepts, not the results.

1 Like

thanks Jacob

Got it

2 Likes