Shortest walk

This is a more general question, I’m working with shortest walk for the first time and am wondering if anyone knows if it would work with a more complex geometry, one that is wavier and has more complexities to it. Thank you

Hi @Marisa_z,

Given the same logic used in your last post you can input more complex meshes as well.

It should work just fine in 3D meaning you can feed it a complex network of lines derived from curving shapes, slopes, slants, etc.

If you have a particular piece of geometry in mind that you are struggling with feel free to upload

1 Like

I would imagine it would work but might give undesirable results where the geometry has tight curvature so the closest point might jump across a gap between the surface rather than finding the closest point without leaving the surface.

I don’t know if the closest point part of the definition is smart enough to find a path restricted to being on a surface only.

1 Like

This topic has many different cases and solution that might be helpful:

2 Likes

I think you avoid this with an edge graph instead of points only.
The edges would be on the surface so you would have to worry about the “gaps” being jumped even on a folding surface like this…

“Marching Closest Points” on the left, Edge Graph on the right:

2 Likes

reading this over now

I haven’t tried any specific ones yet, Have just been playing around with it this weekend but I’m going to start on it today and If I have any I will Be sure to upload them here!!

1 Like