stlwrite - write ASCII or Binary STL files
Export a variety of inputs (patch, surface) to an STL triangular mesh
引用格式
Sven (2026). stlwrite - write ASCII or Binary STL files (https://ww2.mathworks.cn/matlabcentral/fileexchange/20922-stlwrite-write-ascii-or-binary-stl-files), MATLAB Central File Exchange. 检索时间: .
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 1.9.0 | Added input check for non-triangulated faces and fixed summary display to print correct face count |
||
| 1.8.0 | Corrected face count printed output bug. Added example with coloured faces. |
||
| 1.7.0 | Embedded version of Kevin's mesh2tri for convenience. |
||
| 1.6.0 | Added faceColor implementation |
||
| 1.4.0 | Huge speed improvements courtesy of Oliver Woodford. Reduction in write-time is proportional to file size. |
||
| 1.3.0 | Allowed for more general input types, and added capability for more features to be written to STL file. |
||
| 1.1.0 | Vectorised normal direction calculations and streamlined fprint/fwrite calls. 75% faster writing speeds. |
||
| 1.0.0 |