フィルターのクリア

Displaying STL file with colored facets

11 ビュー (過去 30 日間)
Sleh Eddine Brika
Sleh Eddine Brika 2016 年 3 月 6 日
編集済み: Sleh Eddine Brika 2017 年 12 月 8 日
I have an STL file of a part for 3D printing, for each facet I had calculated the surface roughness.How to display the STL file with the facets colored according to the value of its specific surface roughness? I want to get something like that

採用された回答

Ahmet Cecen
Ahmet Cecen 2016 年 3 月 6 日
p = patch('faces',F,'vertices',V,'FaceColor',[0.8 0.8 1.0],'FaceLighting','gouraud');
Pass the surface roughness vector as the argument to the 'FaceColor' option.
  2 件のコメント
Mohammad Ismail
Mohammad Ismail 2017 年 12 月 8 日
Hi I want to import complext geometry from solid work the command readstl did not work. Could you please help me in that
Sleh Eddine Brika
Sleh Eddine Brika 2017 年 12 月 8 日
編集済み: Sleh Eddine Brika 2017 年 12 月 8 日
Hi, it worked perfectly for me and I tried it with several complex parts. Maybe be you can try this function https://www.mathworks.com/matlabcentral/fileexchange/22409-stl-file-reader. And if you still have problems, you may try importing your CAD in IGES format using this function https://www.mathworks.com/matlabcentral/fileexchange/13253-iges-toolbox Could you please put your code.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeColormaps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by