CADImageEnt disappears when zoomed.

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
rtec
Posts: 12
Joined: 12 Sep 2016, 23:48

CADImageEnt disappears when zoomed.

Post by rtec » 24 May 2017, 18:40

Hi,
I programmatically added CADImageEnt, it works fine till I move the entity in the CADEditor, Once moved, when ever I zoom in image disappears from the display and come back if I zoom out. I saw the same behavior in CADEditorDemo application. To reproduce the issue.
1. Load a CAD file.
2. Add CADImageEnt.
3. Move image to different location using mouse.
4. try zoom in at image corner.

Thanks
Ravi

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

Re: CADImageEnt disappears when zoomed.

Post by support » 25 May 2017, 22:41

Hello Ravi,

Thank you for the information.

We could reproduce the given problem with CAD .NET 11.2.0. We will thoroughly investigate the problem and open a support case for it.


Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

rtec
Posts: 12
Joined: 12 Sep 2016, 23:48

Re: CADImageEnt disappears when zoomed.

Post by rtec » 30 May 2017, 18:10

HI,
I found some temporary workaround for this problem, reloading the entity after moving seems to be fixing this issue "cadEditorcontrol.Image.Converter.Loads(MovedEntity).


Thanks
Ravi

Post Reply