slicing 3D stl file to 2D series of image
22 ビュー (過去 30 日間)
古いコメントを表示
Dear all,
I have a 3D model in the format of .stl and I would like to slice it in z direction into cross sections with format of image(any format), I have searched alot to use different softwares but it is not useful in my case,I appreciate any idea Regards Saréh
4 件のコメント
Karoline Neumann
2017 年 8 月 18 日
I need a similar thing. Only I'm not interested in the image, but the cross section areas.
MUHAMMAD HUSNAIN
2024 年 3 月 29 日
Hello,
I also have similar problem as Sareh(@sareh), I want to print slices of a 3D model in inkjet printer but to print that I need that sliced files in any Image format (e.g PNG, GPEG etc). Is there any software or any procedure that I can use to get this. Any help pls.
Regards Husnain
回答 (4 件)
Sailesh Sidhwani
2019 年 10 月 19 日
編集済み: Sailesh Sidhwani
2019 年 10 月 19 日
Check out these new viewers that are added to Image Processing Toolbox in R2019b:
0 件のコメント
Qinkai Yang
2022 年 10 月 8 日
you may need to look at plane-line intersection algorism. The inersection points between each triangle's edge and a slice plane are the data point of your sliced corss-section. Changing the Z-cordinate of your slice plane, repeat the intersection, you would then get a series of slices (2D series of image)
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!