Furthest points from 2 curves

Hi!
There is command _ClosestPt
Is there command to get furthest points between 2 curve?

Thank you for your help!
-Wagner-

You can use _CrvDeviation for this, but beware that it doesn’t always work with all sets of curves - you will sometimes get a message “unable to find overlapping intervals”… this is a known “limitation”.

–Mitch

Hi Helvetosaur!

Thank you for your fast reply! It works great.
I just have to make sure endpoints are perpendicular :slight_smile:

Wagner