Find if a point is inside tetrahedron

조회 수: 4 (최근 30일)
Xin
Xin 2018년 1월 26일
편집: Rik 2018년 1월 26일
Hello everyone. I have a point in 3D space and a FE mesh containing many tetrahedron elements with four corner nodes and the 3D coordinate of all the nodes. I want to find which tetrahedron contains the point, or to say the point is in which element. Does anyone know a function that can do this.
Thank you!

답변 (1개)

Rik
Rik 2018년 1월 26일
편집: Rik 2018년 1월 26일
The FEX submission intriangulation should do the trick.
Although if you need to do this for many positions, it might be best to get out pen and paper and find the mathematical constraints. You will need to loop this function over every tetrahedron, so if 'many' is really many, this might be impractically slow.
If you edit your question to add some more details about the tetrahedra, we might be able to help you write a much faster function.

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by