removeVerticesPatch(fvcIn,removeVerticeList)
This function will take in a FV structure of patch data and remove any repeated vertices in fvcIn.vertices. It will find vertices in fvcIn that match points in the removeVerticeList, and will also remove any faces in fvcIn that reference vertices to be removed. It then check to see if any further vertices became unused after faces were removed, and remove them as well. If fvcIn contains field 'facevertexcdata', that field will be also updated. This function was created to modify patches before using code to convert patch to STL file; ran into problems with STL files generated from patches with unused vertices. (Note, developed in MATLAB R2013a)
Cita come
Lane Foulks (2026). removeVerticesPatch(fvcIn,removeVerticeList) (https://it.mathworks.com/matlabcentral/fileexchange/54102-removeverticespatch-fvcin-removeverticelist), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Graphics > 2-D and 3-D Plots > Surfaces, Volumes, and Polygons > Polygons >
- MATLAB > Data Import and Analysis > Data Import and Export > Standard File Formats > STL (STereoLithography) >
Tag
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 | Added example picture to submission. |
