surf2stl

버전 1.0.1 (1.91 KB) 작성자: Lateef Adewale Kareem
Write STL file from surface data.
다운로드 수: 223
업데이트 날짜: 2024/5/28

라이선스 보기

%SURF2STL Write STL file from surface data.
% SURF2STL(surfhandle, 'filename') writes a stereolithography (STL) file
% for a surface with the given handle surfhandle. It eliminate triangles
% with zero area.
%
% SURF2STL(...,'mode') may be used to specify the output format.
%
% 'binary' - writes in STL binary format (default)
% 'ascii' - writes in STL ASCII format
%
% Example:
% [X, Y, Z] = peaks;
% s = surf(X, Y, Z);
% surf2stl(s, 'test.stl');
% See also SURF.

인용 양식

Lateef Adewale Kareem (2026). surf2stl (https://kr.mathworks.com/matlabcentral/fileexchange/117400-surf2stl), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2022a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
버전 게시됨 릴리스 정보
1.0.1

This updates takes care of situation where surf is generated with vector of X and Y instead of matrices. The algorithm calls meshgrid to convert the XData and YData to the appropriate matrices.

1.0.0.1

Update the description

1.0.0