文件名称:read_stl_file(name):在 MATLAB 中读取 stl 文件的文件-matlab开发
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-21 00:38:01
matlab
在 MATLAB 中获取有关 STL 文件的信息。 将其用作, [F, V, N] = read_stl_file('myfile.stl'); 其中 F 是“面”,V 是“顶点”,N 是“法线”。 可以绘制对象, p = patch('Faces', F, 'Vertices', V, 'FaceColor', 'red', 'EdgeColor', 'none');
【文件预览】:
read_stl_file.zip