I have a list of 17000 points all at different xyz coordinates. I want to filter this list such that all points with z values that fall within a certain domain are included - the rest removed.
Gate and component is the key, to make sure both conditional statements are met. This one tests if the points are between 5 and 25 units in Z and keeps them if they do (white ones). the red ones are the removed.