Whether a given point is inside or outside a non-convex 3D tessellated (triangular mesh/ STL file) object?
조회 수: 10 (최근 30일)
이전 댓글 표시
Hi,
I have a 3D, non-convex (very complex), triangular mesh ( = STL file i.e. triangular representation of surface of a 3-D object).
Now, a cube is intersecting with the STL object such that few triangles of the object are partially or fully inside the cube.
I want to know which vertices of the cube are outside the object.
thank you
댓글 수: 0
답변 (3개)
Walter Roberson
2011년 6월 23일
(I thought I knew a way for a moment, but realized that particular way won't work. It might not be easy.)
댓글 수: 4
Johannes Korsawe
2013년 9월 19일
If the tesselated surface is watertight and consists of triangles only, you can use intriangulation from the FEX.
Regards, Johannes
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!