c_trace will send a ray from a starting point in the coordinate system to another so you would need to set the point relative to your starting point. For example if your starting point is the box(my.x,my.y,my.z) and you want to trace along the X axis 10 units the second vector would be((my.x + 10),my.y,my.z)...