How can I create 2D projections from a 3D object?
82 ビュー (過去 30 日間)
表示 古いコメント
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 件のコメント
回答 (1 件)
Mike Garrity
2016 年 5 月 10 日
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 件のコメント
Naveen Pathak
2021 年 6 月 7 日
Hi Mike,
I have a simliar problem. Please, could you help me to plot the following:
Thank you.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!