Hello, I hope all is well.
I’ve been trying to find a point of intersection between a line passing through a mesh, on the surface of the mesh.
Have tried Mesh-intersect on V7 and still didn’t work.
Anyone has a clue? I’d really appreciate it.
Hello, I hope all is well.
I’ve been trying to find a point of intersection between a line passing through a mesh, on the surface of the mesh.
Have tried Mesh-intersect on V7 and still didn’t work.
Anyone has a clue? I’d really appreciate it.
Hi Sam - here is a script that may help-
LineMeshIntersect.py (2.0 KB)
@sam25 - updated to optionally intersect an infinite line.
To use the Python script use RunPythonScript, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"
-Pascal