algorithmic modeling for Rhino
Hello everyone,
I created a grid of 4 points and i connected every point with every point. So all 4 points have 3 lines. But i want to simplify that because with that logic there are identical curves twice.
Currently there are 12 Lines but acctually i just need 6 Lines. Is there a possibility to cull identical lines?
Tags:
Hello,
the solution is to use the Cross Reference component, like this:
You can learn how it works here.
Good luck.
karamba also has got a built-in remove duplicate lines component which works acceptably fast using a KD-Tree .. of course bottom-up solutions are better :)
If you look at the picture i posted first, you can see that the lines are assigned to every point individually. But the way you did it, it is not really parametricly if you want to change the number of the grid cells.
I basicly want points on a grid and i want the information for every point which lines leave from this point. And non of the lines should be double.
Sounds like you need the topology information of your line network.
The Topologizer&NetworkCleanUp component gives this, as well as removing duplicates.
You could also use SpiderWeb
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