I would like to find the intersection point on a surface, using point wrangle.
vector NewPointUV, DirPoint;
DirPoint = point(2, "P", 0);
i@hit = intersect(1, @P, DirPoint, v@NewPointLoc, NewPointUV);
@P = @NewPointLoc;
But it doesn't work. Any idea?
Thanks.