Create a 3D printable meshed surface by puncturing each of the facets that make up the surface. For example, surf(z) for some matrix 'z' is a surface made up of four-sided facets, so punctureSurface will create four-sided holes in each facet. In general, the shape of each facet of a surface will define the shape of the hole punched into said facet.
Zitieren als
Paul Kassebaum (2024). punctureSurface (https://www.mathworks.com/matlabcentral/fileexchange/43994-puncturesurface), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Graphics > 2-D and 3-D Plots > Surfaces, Volumes, and Polygons > Surface and Mesh Plots >
- MATLAB > Data Import and Analysis > Data Import and Export > Standard File Formats > STL (STereoLithography) >
Tags
Quellenangaben
Inspiriert von: stlwrite - write ASCII or Binary STL files, surf2solid - make a solid volume from a surface for 3D printing
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
punctureSurface/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.4.0.1 | Updated license |
|
|
1.4.0.0 | Updated to MATLAB Toolbox file. |
||
1.2.0.0 | Attempt to clarify the description field. |
||
1.1.0.0 | Added copyright information. |