STL File Reader

버전 1.2.0.0 (1.6 MB) 작성자: Eric Johnson
STLREAD imports geometry from a binary stereolithography (STL) file into MATLAB.
다운로드 수: 38.2K
업데이트 날짜: 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 (2024). STL File Reader (https://www.mathworks.com/matlabcentral/fileexchange/22409-stl-file-reader), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
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