read_binary_stl_fil​e(filename)

버전 2.0.0.0 (1.76 KB) 작성자: Sunil Bhandari
a very fast binary stl file reader.
다운로드 수: 248
업데이트 날짜: 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 (2026). read_binary_stl_file(filename) (https://kr.mathworks.com/matlabcentral/fileexchange/62345-read_binary_stl_file-filename), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2015b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 STL (STereoLithography)에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
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