Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
In addition to the STLREAD import function, this submission also includes a small demo that loads an STL model of a human femur bone.
FV = STLREAD(FILENAME) imports triangular faces from the binary STL file
indicated by FILENAME, and returns the patch struct FV, with fields 'faces'
and 'vertices'.
[F,V] = STLREAD(FILENAME) returns the faces F and vertices V separately.
[F,V,N] = STLREAD(FILENAME) also returns the face normal vectors.
The faces and vertices are arranged in the format used by the PATCH plot
object.
Cita come
Eric Johnson (2026). STL File Reader (https://it.mathworks.com/matlabcentral/fileexchange/22409-stl-file-reader), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: User-controlled 3D Airplane Animation -- Set of examples, stlTools, Brain Projections, Binary STL file reader, Polarizability_GUI5
Informazioni generali
- Versione 1.2.0.0 (1,6 MB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
