How can I create 2D projections from a 3D object?
91 views (last 30 days)
Show older comments
I know I can use "radon" for creating 1D projections from 2D, but how can I get 2D projections from 3D objects (such as from a 3D file like an STL file).
0 Comments
Answers (1)
Mike Garrity
on 10 May 2016
The basic idea is that you take keep the faces of your geometry, but project the vertices onto the plane. That does mean that you've got multiple conincident polys, so it's not good for things like area computation. But if you just want the visual result, it works well and it's simple.
2 Comments
Naveen Pathak
on 7 Jun 2021
Hi Mike,
I have a simliar problem. Please, could you help me to plot the following:
Thank you.
See Also
Categories
Find more on Lighting, Transparency, and Shading in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!