stl file reader
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 版本兼容性
平台兼容性
windows macos linux类别
- > >
- > > >
- > > > > >
标签
致谢
启发作品: , , , ,
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 |
|