03-02-2017 02:08 AM - edited 03-02-2017 02:15 AM
Hi all,
I have numerous applications where I'd like to be able to determine the distance between the found centre of a "circle" and each of the edge points for each of the spokes. In other words, for each of the "spokes" below, return the distance between the centre of the circle and the yellow dot.
I haven't been able to find a function yet that can do this for me, and I'm also surprised that the find circular edge function doesn't return the values either, but it seems to me that a long way of doing it would be to, via a for loop:
Before I do this however I wondered if there was an actual function for doing this, or a better method?
Thanks
Andrew
Solved! Go to Solution.
03-03-2017 12:14 AM
03-03-2017 03:58 AM
Thanks, I managed to miss that one somehow!