CADImageEnt disappears when zoomed.
Moderators: SDS, support, admin
CADImageEnt disappears when zoomed.
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
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.
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
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
Chat support on Skype: cadsofttools.support
Re: CADImageEnt disappears when zoomed.
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
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