Click here to Skip to main content
16,010,351 members

Comments by Andreas Papagiannakis (Top 1 by date)

Andreas Papagiannakis 2-Apr-13 2:35am View    
I have (1) a 3D model of a robotic arm and (2) a target object. The real dimensions of the target object are known. I need to translate the movement of the 3D model arm to real movement of the robotic arm. This is why I need either the zoom ratio or the Point3D of each of the vertices of the target object, to calculate the zoom ratio myself. Knowing the zoom ratio then it will be easy for me to translate the movements in the 3D world to movements in real world.

In other words, If I can get in a way one Point3D of each UIElement3D my problem can be solved.