12-23-2019, 12:12 PM
(This post was last modified: 12-23-2019, 12:15 PM by kreativasas.)
There is a last problem.
I found the positions to move, save them to an point3dcollections, but where i apply transofrmation on the mesh to move the mesh move itself in another location but when to read the new positions (to appli on the other mesh) i read the same positions....
the collection newpos has the same positions that the mesh had before apply transform, so i don't have the updated position...
why?
I found the positions to move, save them to an point3dcollections, but where i apply transofrmation on the mesh to move the mesh move itself in another location but when to read the new positions (to appli on the other mesh) i read the same positions....
Code:
dentehit.modelhit.transform = mygroup
Dim newpos As New Point3DCollection
newpos = dentehit.modelhit.geometry.positionsthe collection newpos has the same positions that the mesh had before apply transform, so i don't have the updated position...
why?

