Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occur when I use vtkRectangleWidget #130

Open
StevenRoger opened this issue Dec 17, 2020 · 0 comments
Open

Error occur when I use vtkRectangleWidget #130

StevenRoger opened this issue Dec 17, 2020 · 0 comments

Comments

@StevenRoger
Copy link

StevenRoger commented Dec 17, 2020

In View2D.js, I add the following code, when I enable painting(set props.painting to true), the viewport will crash with the error like the photo.

this.rectangleWidget = vtkRectangleWidget.newInstance({
      resetAfterPointPlacement: false,
      useHandles: true,
    });

...
this.viewWidget = this.widgetManager.addWidget(
          this.rectangleWidget,
          ViewTypes.SLICE
        );


this.widgetManager.grabFocus(this.rectangleWidget);
        this.widgetManager.enablePicking();

        this.genericRenderWindow.resize();

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant