Page 1 of 1

3D point to pixels

Posted: Wed Jun 19, 2024 9:10 am
by alexm
Hi all
Is there a way to convert coordinates of 3D points to screen coordinates in pixels of its image?
Thanks

Re: 3D point to pixels

Posted: Wed Jun 19, 2024 9:14 am
by Prashant Kande
IView_DG.ProjectToScreen() does the conversion.

Remember that (0, 0, 0) 3D point does not map to (0, 0) pixel on screen

Regards