how i find intersection point between 3d stl object and a line

33 visualizaciones (últimos 30 días)
abdul rehman mir
abdul rehman mir el 26 de Mzo. de 2018
Editada: Joseph el 29 de Mzo. de 2020
i have a face uploaded as an stl file which is made up of faces and matrices i have a line passing through the surface i want to find the point where the line and surface intersects
  3 comentarios
Muhamad Amirulfaris Abdullah
Muhamad Amirulfaris Abdullah el 7 de Nov. de 2018
may i know how you create the stl file?

Iniciar sesión para comentar.

Respuestas (1)

deru jian
deru jian el 3 de Mayo de 2018
STL approximate the outer surface of the 3D model by a number of connected triangles, so you could take a look at the ray/triangle intersection algorithms, that may help you.
Following are some ray/triangle Intersection functions:

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by