Issue with DrawSnapTrace in v12

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
StefanChrist
Posts: 22
Joined: 06 Jul 2018, 10:52

Issue with DrawSnapTrace in v12

Post by StefanChrist » 18 Dec 2018, 18:22

Hello support,

we are still trying to get v12 to work in our software, now we have some issues with the DrawSnapTrace function.

In v12 this function works fine when the entity at the location is for example a simple line. We are always using inserts and in this case the function returns a point that is impossible. When moving the mouse over the drawing and reaching the insert, the points returned look like this:

Code: Select all

{X=355, Y=218}
{X=355, Y=217}
{X=61, Y=2321} (in v11, Y=211)
{X=61, Y=2321}
{X=61, Y=2321}
{X=356, Y=205}
{X=356, Y=204}
{X=356, Y=203}
In addition there is no visual snap on the screen. This only happens when working with inserts, with lines everything is fine.

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Issue with DrawSnapTrace in v12

Post by support » 19 Dec 2018, 14:25

Hello Stefan

Could you please give us the file sample and a screenshot, showing the point you need to snap to?
You can send these to support@cadsofttools.com
Thanks
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply