Hi,
I'm trying to get the path of edges that connects 2 points. For that task I normally use the Path selection tool from the select menu.
However, when trying to reproduce this with python code, I'm struggling to input the 2 points into the tool to get the final edge selection.
I have tried with c4d.CallCommand(1021385) and also by checking tooledgeselection.h with no results (can't find any baseselect or vector as input for the points).
Is there any way to do this without implementing shortest path algorithms by hand?
Thanks,
Daniel