Enhanced Text Fields

Hi

Is there any Python syntax for enhanced text fields ? I want to use the function to report the 3D distance between pairs of points and when I move the one point relative to the other I want the text value to update and return the new distance real time. If I draw a line between the two points and show the line length as text it works but I am trying use the two co ordinated points and get the same thing but the text function doesn’t appear to allow any math formula to be used. Any advice welcome.

I could be wrong but I don’t believe this is currently possible. You’ll need to use the CurveLength to obtain the distance between points.