Displaying STL file with colored facets
25 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sleh Eddine Brika
el 6 de Mzo. de 2016
Editada: Sleh Eddine Brika
el 8 de Dic. de 2017
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
0 comentarios
Respuesta aceptada
Ahmet Cecen
el 6 de Mzo. de 2016
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 comentarios
Mohammad Ismail
el 8 de Dic. de 2017
Hi I want to import complext geometry from solid work the command readstl did not work. Could you please help me in that
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!