I have faced a problem in maxscript.
I want to find the intersection points between spline(circle) and object in maxscript.
I tried to use intersects
between surface and each circle.
Like this:
intersects o_surface s_circle
But it returns only true.
How can I find the intersection points like above image in maxscript?