I want this two stl files to overlap each other
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/738069/image.jpeg)
So i will give a quick background, this are two stl files, one is fully deformed at bottoma and other is non deformed. I want them to overlap as to measure displacement of nodes from non deformed to deformed. I have tried to show pair them with pointcloud function byt somehow they are not aligning and sitting at a distance from each other.
0 Commenti
Risposta accettata
KSSV
il 14 Set 2021
Do both the stl files have same number of nodal connectivities and nodes? If so you can subtract them. If not you can make your own grid and get the respective Z values for both the stl files; now they have common (x,y) and then you can find the difference and get the displacements.
2 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!