Create stl. file with [F,V,N] data
Afficher commentaires plus anciens
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 :)
Réponse acceptée
Plus de réponses (1)
KSSV
le 7 Août 2020
0 votes
5 commentaires
Diego Hens
le 7 Août 2020
KSSV
le 7 Août 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
le 7 Août 2020
Rik
le 7 Août 2020
Can you attach your data? Unsuported file types must first be zipped before you can attach them.
Diego Hens
le 7 Août 2020
Modifié(e) : Diego Hens
le 7 Août 2020
Catégories
En savoir plus sur STL (STereoLithography) dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!