Hello everyone,
I need the distance between two control points going through the correct paths (not using the wrong direction). If I do the distance to travel from CP1 to CP2 is equal to CP2 to CP1 while the path is One-Way path. How can I fix this problem?
distancetotravel(Model.find("CP1"), Model.find("CP2")) --> 1864.03 (mm)
distancetotravel(Model.find("CP2"), Model.find("CP1")) --> 1864.03 (mm)
Thank you