IPick issue

Forum for reporting problems
Post Reply
Alfred R
Posts: 1
Joined: Mon Oct 17, 2016 5:48 am

IPick issue

Post by Alfred R »

Hello
I am using v5 latest update with C#
I have tried to check coordinates retuned by IPick.GetItemAt3D() but I am getting null for the object in return. Here is the test: I pan the view so that the box is at the top left corner of the window with some margin and set the window coordinates on the form to (0, 0). So the box should be detected, right? I get null instead
Weirdly if I put both coordinates as 1 it works OK
Is it a bug?
Thank you
Alfred

Prashant Kande
Posts: 121
Joined: Mon Apr 04, 2016 4:55 am

Re: IPick issue

Post by Prashant Kande »

Hi Alfred
Yes it is a bug: When either screen coordinate (pixels) is zero the returned result is always null. It is happening in v5.0 only. We have already fixed it. It will be available in the next update this week
Thank you for reporting

Alfred R
Posts: 1
Joined: Mon Oct 17, 2016 5:48 am

Re: IPick issue

Post by Alfred R »

Thank you! Looking forward

Post Reply