slice_stl_create_pa​th(triangles,slice_​height)

slice stl files and create continuous contour along the slices

Descargar
Descargar

Ahora está siguiendo esta publicación

Citar como

Sunil Bhandari (2026). slice_stl_create_path(triangles,slice_height) (https://es.mathworks.com/matlabcentral/fileexchange/62113-slice_stl_create_path-triangles-slice_height), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión desde R2015b

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
4.0.30

updated to correct a bug that prevented displaying STL file in the GUI app

Descargar
4.0.22

slicing app reported bug fixed

Descargar
4.0.21

.

Descargar
4.0.2

Updated plot_stl to correctly plot STL file. example_plot_stl added to show how to correctly use the file

Descargar
4.0.1

error corrections to the gui

Descargar
4.0.0

gui tool added

Descargar
3.2.2

corrected files uploaded for version 3.2.2.0

Descargar
3.2.2-0

updated so that the sliced paths move in same direction when possible

Descargar
3.2.1

function to read ASCII stl files added

Descargar
3.2.0

Function to rotate stl file added.

Descargar
3.1.0

The stl file can now be oriented along x, y or z axis before slicing. The original configuration is assumed to be oriented along x axis.

Descargar
3.0.0

bug with infinite loop corrected
code for improperly formed triangles uncommented

Descargar
2.0.0

intersecting triangles with each slicing plane now calculated using binary search. Big O for this step changed from O(nk) to O(nlogk), where n is the number of triangles and k is the number of slicing planes.

Descargar
1.0.0

Descargar