Create stl. file with [F,V,N] data
Show older comments
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 :)
Accepted Answer
More Answers (1)
KSSV
on 7 Aug 2020
0 votes
5 Comments
Diego Hens
on 7 Aug 2020
KSSV
on 7 Aug 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
on 7 Aug 2020
Rik
on 7 Aug 2020
Can you attach your data? Unsuported file types must first be zipped before you can attach them.
Diego Hens
on 7 Aug 2020
Edited: Diego Hens
on 7 Aug 2020
Categories
Find more on STL (STereoLithography) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!