How to export patch object to .ply or STL file?

31 visualizaciones (últimos 30 días)
sana3 sal
sana3 sal el 14 de Mayo de 2018
Editada: Akshay Kumar Pakala el 27 de Mzo. de 2022
Hello, I have a patch object that resulted from the isosurface/isocaps functions,exactly like this tutorial: https://www.mathworks.com/help/matlab/visualize/techniques-for-visualizing-scalar-volume-data.html and I need to export the patch polygon into a .ply or .STL file? how I can do this? do I have to convert the patch polygon into points of cloud set? and how I could do so?

Respuestas (1)

KSSV
KSSV el 14 de Mayo de 2018
  3 comentarios
KSSV
KSSV el 16 de Mayo de 2018
Go to the link download the function.....read the help part of the file. It is a straight forward job. The function demands some inputs, you run the function with required inputs and you will get your .stl file.
Akshay Kumar Pakala
Akshay Kumar Pakala el 27 de Mzo. de 2022
Editada: Akshay Kumar Pakala el 27 de Mzo. de 2022
May i know how to make the stlwrite function work if my traingulated patch is a cell of n rows and 2 colums. Basically I have n polygons inside the triangulated patch and would like to convert al of them to stl in one file.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by