I want this two stl files to overlap each other
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
KSSV
2021-9-14
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!