Determine the maximum height and maximum width of the cross-sectional section from the stl file
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a 3D scan file in stl format. I want to determine the maximum height and maximum width of 9 cross-sections at positions 10, 20,...90mm from the starting point. I have attached a sample file.
Who knows please help me. I sincerely thank you
1 commentaire
Eric
le 5 Juin 2024
What step are you stuck on, exactly? I searched online for "MATLAB stl file"... Have you tried the steps in the first result, STL File Import? Have you used fegeometry?
Réponses (1)
DGM
le 5 Avr 2025
Obtain the sectional geometry:
... and then find the range of coordinates in each slice polygon.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!