I am having a hard time wrapping my head around this… already tried with some help from @amir, but I am still struggling.
Basically I have a 3D position in space and a plane that I can move around freely. For my purpose I need the 3D position of the closest point between the plane and the other position (to calculate the distance between both points), as well as the 2D position on the plane to draw a dot of the projected position.
Projected3DPoint.vl (23.6 KB)
Is anybody able to quickly help me out on this?