algorithmic modeling for Rhino
What are you expecting to happen exactly? If your points are in 3d space and your curve is planar, are you expecting to only have the points that are in the same plane as, and within, the curve?
If so your file would not count any of those points as inside the curve, because they are all below the plane of the curve.
Now that you have all of the points whose x and y values are contained in that curve, you could look at their Z values, compare them to the Z value of the curves plane, and do what you want with it from there (i.e. show me all the points inside this curve that are within 1 mm from the curve in the z direction).
yes i expected only to selcetd the ones in the same plane. just wondering why its acting like this... is there another component to select just the one in the same plane?
The problem is, like I mentioned, that none of your points are in the same plane as the circle.
If you want to take all of the points that are within the X and Y boundaries of the circle, and then narrow that list down to include only points that are within some distance to the circle, then you can do something like this:
yes i understand your explanation and the solution, i just wondered if there in general is another solution possible(like with one component).
thanks brian!
for the ones that are interested in a similiar solution. got it solved in python
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by