How do I draw a line between points, based on distance and point order.

   2181   1   1
User Avatar
Member
27 posts
Joined: Oct. 2015
Offline
Hello, Im new to houdini.
I want to connect these points into lines.

When I use an add node to do this, it connects all the points in order, but does not have a point distance threshhold/control.
https://ibb.co/m5Azyo [ibb.co]
What is a good way to connect these points, based on their order, and distance to the next point in the sequence?

Thanks for reading.
User Avatar
Member
58 posts
Joined: July 2013
Offline
soma wheels
Hello, Im new to houdini.
I want to connect these points into lines.

When I use an add node to do this, it connects all the points in order, but does not have a point distance threshhold/control.
https://ibb.co/m5Azyo [ibb.co]
What is a good way to connect these points, based on their order, and distance to the next point in the sequence?

Thanks for reading.

i`m not shure, but you can try use Connect Adjacent Pieces, to connect all points, add attribute @cost to points and use Find Shortest Path node to connect on you order. This node search path from start point to end by lowest @cost
  • Quick Links