determine the outermost coordinates of a 3D object

8 views (last 30 days)
Hi. As reported in the title, I would like to determine the outermost coordinates of a 3D object.
I have a 3D object (.txt file) composed of many nodes (mx3 matrix) both inside and outside the 3D object.
I am looking for a way to determine only the outer coordinates to create the surface of the 3D object.

Answers (1)

Matt J
Matt J on 6 Dec 2022
  3 Comments
Matt J
Matt J on 6 Dec 2022
If you don't know the connections, then the boundary is not defined. You would need some other assumption, like that the shape is convex or something along those lines.
Matt J
Matt J on 7 Dec 2022
You could of course consider using something standard like delaunayTriangulation to auto-connect all the points, but only you can know whether that choice gives the connections that you would want..

Sign in to comment.

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!