Create stl. file with [F,V,N] data
Mostra commenti meno recenti
Hello,
I would like to create a stl. file with given data [F,V,N]. I have problems using the funtion stlwrite (https://de.mathworks.com/matlabcentral/fileexchange/20922-stlwrite-write-ascii-or-binary-stl-files). Can you help me?
My goal is to take the data of a given stl. file and tweek it (like multiplying the values of [F,V,N] times 2). Is this possible?
Thank you :)
Risposta accettata
Più risposte (1)
KSSV
il 7 Ago 2020
0 voti
5 Commenti
Diego Hens
il 7 Ago 2020
KSSV
il 7 Ago 2020
You got nodal connectivity data and vertices. You can divide vertice coordinate data by 2, but you should not divide the connectivity data by 2. The connectivity data should be always intgers.
Diego Hens
il 7 Ago 2020
Rik
il 7 Ago 2020
Can you attach your data? Unsuported file types must first be zipped before you can attach them.
Diego Hens
il 7 Ago 2020
Modificato: Diego Hens
il 7 Ago 2020
Categorie
Scopri di più su STL (STereoLithography) in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!