MoveTo() from AIS_InteractiveContext sometimes doesn't redraw the viewer, even if the flag is set to true #176
Labels
1. Visualization
AIS cases, animation, ray-tracing, viewer integration into external software and etc...
2. Bug
Something isn't working
5. Internal
Category
Visualization
Severity
Minor
Description
The method MoveTo() being called with the flag theToRedrawOnUpdate = true, sometimes doesn't redraw the viewer. It depends on whether it detects anything under the mouse or not. If not, the method does nothing, including the redrawing of the viewer. It seems it would be better if it does what it is asked to do.
Expected Behavior
Redrawing of the viewer, if the flag is set to true.
Actual Behavior
If nothing is detected, it doesn't redraw the viewer in spite of the value of the input flag.
Sample Code or DRAW Tcl Script
ctx->MoveTo(winx, winy, view, true);
Operating System
Windows
Compiler
MSVC
Compiler Version
2019
Bitness
32-bit
OCCT Version
7.6
Precise OCCT Version or Branch
7.6
Environment
No response
Additional Files
No response
The text was updated successfully, but these errors were encountered: