Skip to content

MoveTo() from AIS_InteractiveContext sometimes doesn't redraw the viewer, even if the flag is set to true #176

Open
@VladislavVitalievichRomashko

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    1. VisualizationAIS cases, animation, ray-tracing, viewer integration into external software and etc...2. BugSomething isn't working5. Internal

    Type

    No type

    Projects

    • Status

      Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions