read_binary_stl_fil​e(filename)

版本 2.0.0.0 (1.8 KB) 作者: Sunil Bhandari
a very fast binary stl file reader.
244.0 次下载
更新时间 2017/3/29

查看许可证

reads stl files in very short time. does not read color.
reads binary file and returns triangle nodes as n*3 matrix , vertices as 3n*3 matrix and normals as n*3 matrix
triangles can be plotted using trisurf or trimesh
trisurf(tri,v(:,1),v(:,2),v(:,3),'EdgeColor','red','FaceColor','green')

引用格式

Sunil Bhandari (2024). read_binary_stl_file(filename) (https://www.mathworks.com/matlabcentral/fileexchange/62345-read_binary_stl_file-filename), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
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!
版本 已发布 发行说明
2.0.0.0

function to plot large stl file faster is included

1.0.0.0

faster plot function added for plotting larger binary stl files