algorithmic modeling for Rhino
already did it... was pretty easy actually... just make a brep and test whether the Point is inside of it.
in a big definition using that component can weight a lot... maybe
and you could "miss" some point at the sides if your brep is not wide/depth enough.
just use deconstruc point componet, and test:
(1) if Z value is bigger than 5;
(2) if Z value is smaller than 10;
Do a boolean "AND" function between 1 and 2 and use the resulting boolean to "dispatch" your list of points
or even easier construct a domain "5-10" and use the component "Includes" to know wich Z values are inside that domain (this give you a list of booleans again) and then dispatch...
This should, i think, be lightier than using a brep object ... for the cpu...
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
© 2024 Created by Scott Davidson. Powered by