Page 1 of 1

CADImageEnt disappears when zoomed.

Posted: 24 May 2017, 18:40
by rtec
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

Re: CADImageEnt disappears when zoomed.

Posted: 25 May 2017, 22:41
by support
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

Re: CADImageEnt disappears when zoomed.

Posted: 30 May 2017, 18:10
by rtec
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