Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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 comentarios
Jan
Jan el 5 de Mzo. de 2013
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.

Iniciar sesión para comentar.

Respuestas (1)

Jan
Jan el 5 de Mzo. de 2013
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 comentario
Nina
Nina el 5 de Mzo. de 2013
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

Iniciar sesión para comentar.

Categorías

Más información sobre Lighting, Transparency, and Shading en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by