How can I specify the unit system in my STL file to correctly import it through importGeometry?
9 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I hope the title says it all. I would like to always keep working under SI units, but my CAD software exports STLs files as [mm]. I want to, without changing my CAD files or adding new settings to my CAD software, be able to "say" to MATLAB that the files I'm importing are in [mm], [cm], or whatever other base I want to, so proper conversion can take place. I haven't found anything that could help searching the web, however.
0 件のコメント
回答 (1 件)
Myrtle42
2022 年 5 月 7 日
In case someone else was also looking for the answer to this:
scale(model.Geometry,1e-3)
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!