stl file reader -凯发k8网页登录

stl file reader

版本 1.2.0.0 (1.6 mb) 作者:
stlread imports geometry from a binary stereolithography (stl) file into matlab.

36.5k 次下载

更新时间 2011/7/20

查看许可证

in addition to the stlread import function, this submission also includes a small demo that loads an stl model of a human femur bone.

fv = stlread(filename) imports triangular faces from the binary stl file
indicated by filename, and returns the patch struct fv, with fields 'faces'
and 'vertices'.

[f,v] = stlread(filename) returns the faces f and vertices v separately.

[f,v,n] = stlread(filename) also returns the face normal vectors.

the faces and vertices are arranged in the format used by the patch plot
object.

引用格式

eric johnson (2023). stl file reader (https://www.mathworks.com/matlabcentral/fileexchange/22409-stl-file-reader), matlab central file exchange. 检索来源 .

matlab 版本兼容性
创建方式 r2008b
兼容任何版本
平台兼容性
windows macos linux
类别
  • > >
  • > > >
  • > > > > >
在 和 中查找有关 data import and analysis 的更多信息
标签
致谢

启发作品: , , , ,

community treasure hunt

find the treasures in matlab central and discover how the community can help you!

start hunting!

stlread/

stlread/html/

版本 已发布 发行说明
1.2.0.0

updated submission with example script and 3d model.

1.1.0.0

none

1.0.0.0
网站地图