RayIntersections

Hi

RayIntersections methode give me very diferrent value for x,y and z coordinates of hit points.

I seted BasePointsIn to     100, 55, -100

and VectorsIn  to              100, 55, 1000.

Therefore I expected the hit points with x=100 and y=50 and variable just z coordinate.

But I get next hit points:

x=110      y=60,5           z=0

x=120      y=66             z=100

x=125    y=68,75          z=150

x=130      y=71,5          z=200

I think that the RayIntersections method give the hit points exactly on predefinited ray.

How can I get hit points exactly on ray.

SolidworksApi macros