microvswind Posted February 1, 2021 Share Posted February 1, 2021 Hi gurus .here is a terrain .and i want to figure out the ridge line/curve . so that i can scatter geo along the ridge . may you kind guys could give me some suggestion and tips . Thnaks in advance The.hip The.hip Quote Link to comment Share on other sites More sharing options...
Librarian Posted February 2, 2021 Share Posted February 2, 2021 @microvswind Combine those 2 Algorithms (Just take Height (To Cops and Back) You only need Highest Value .. I think http://ihoudini.blogspot.com/2010/02/dijkstra-pathfinding-with-python.html ( Quote Link to comment Share on other sites More sharing options...
microvswind Posted February 5, 2021 Author Share Posted February 5, 2021 @Librarian appreciated for you suggestion and links . but i have no anyknowledge of python .still struggle . Quote Link to comment Share on other sites More sharing options...
anim Posted February 6, 2021 Share Posted February 6, 2021 you can use Find Shortest Path SOP and make it prioritize convex curvature areas since it's a bit ambiguous where should the ridges start and end you will need to provide a hint like start and end positions here is an example of specifying start and end positions using simple curves and it will try to find the best path following ridges, if it doesn't you can always define long paths by multiple shorter ones ts_mountain_find_ridges.hip 2 Quote Link to comment Share on other sites More sharing options...
microvswind Posted February 19, 2021 Author Share Posted February 19, 2021 On 2021/2/6 at 5:04 PM, anim said: you can use Find Shortest Path SOP and make it prioritize convex curvature areas since it's a bit ambiguous where should the ridges start and end you will need to provide a hint like start and end positions here is an example of specifying start and end positions using simple curves and it will try to find the best path following ridges, if it doesn't you can always define long paths by multiple shorter ones ts_mountain_find_ridges.hip WOW .This is exactly what i want to get .Thank you so much and sorry for late reply . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.