STL File Reader

STLREAD imports geometry from a binary stereolithography (STL) file into MATLAB.

您现在正在关注此提交

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 (2026). STL File Reader (https://ww2.mathworks.cn/matlabcentral/fileexchange/22409-stl-file-reader), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.2.0.0

Updated submission with example script and 3D model.

1.1.0.0

None

1.0.0.0