Hello guys,
i want to use the function dist2d(id, x, y) or only xp(id), yp(id) to calculate the Coordinates of 2 points and than with that information drawing a line curve.
So i used that function in the input fields for draw that line but it doesnt work. The reason is, that the functions always give back "0". I checked that with the Param-List. For example when i try dist2d(1,1,0) it gives back "1", which means that CST thinks my Pickpoint is at (0,0) but thats not true.
Can you help?
Greetings from Germany