STL_Export

版本 1.3.0.0 (1.9 KB) 作者: Andreas Richter
This is a tool to export 3D graphics from a Tri_Surface file to an ASCII STL file.
2.2K 次下载
更新时间 2009/6/29

查看许可证

Before the export, the Tri_Surface file can be used in Matlab for visualization, some calculations or modifications. Thereafter, the data
for further processing often re-used in the STL format.

INPUT:

nodes_file: Is the matrix of 3D - points
triangles_file: Is the matrix of the triangles
STL_file_name: Is the name for the generating STL file
solid: Is the name of the file inside the STL file

OUTPUT:

nomalized_normal_vectors: Is the matrix of the normal vectors of each triangle.

And of course: The STL file.

引用格式

Andreas Richter (2024). STL_Export (https://www.mathworks.com/matlabcentral/fileexchange/24400-stl_export), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 STL (STereoLithography) 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3.0.0

The loop while writing the STL - Files is eliminated, which significantly contributes to the speed increase of this function.

1.0.0.0