How to compute the boundary of the intersection of a plane with an 3d object composed of tetrahedra?

2 次查看(过去 30 天)
Hallo,
I want to compute the boundary of the intersection of a 3d odject composed of tetrahedra with a plane in 3d space. The tetrahedra can lie inside another and don't have to be connected face-to-face. If the tetrahedra are only connectetd face-to-face it is easy to detect the surface (triangle faces which belongs only to one tetrahedron). All informations about the tetrahedra are the four vertices.
I can compute the intersection points with the tetrahedra and the plane. Now my problem is to find/detect only these intersection points which lying on the boundary/surface of the object.
Has somebody an idea? Or how I can detect the surface of the object? (If I can compute the surface the intersection with the plane gets easier)
Anin
  2 个评论
Jan
Jan 2013-3-5
You did not explain, how the objects are defined. If you have e.g. a set of voxels, or the positions of the corners.Why does it matter, if the tetrahedron lies within another? Does this change the intersection? And what would it change if the focussed object is connected face-to-face to any other object?
Please post additional explanations by editing the question, such that all required information is found in one block, not distributed over different sections. Thanks.

请先登录,再进行评论。

回答(1 个)

Jan
Jan 2013-3-5
If you have the corners of the tetrahedron, it is easy to get the equations for the edges. Then the intersection of these lines and the plane can be found. And the result will be a closed polygone.
  1 个评论
Nina
Nina 2013-3-5
This is right for one tetrahedron but I have more tetrahedra which form a object. If I compute the intersection with a plane I get a few intersection points in the plane. Now I want to know which of these points are one the boundary of the object

请先登录,再进行评论。

类别

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