# How to use vtkResliceCursorWidget ??

**URL:** https://discourse.vtk.org/t/how-to-use-vtkreslicecursorwidget/10604
**Category:** Support
**Tags:** code
**Created:** [February 3, 2023, 8:31am UTC](https://discourse.vtk.org/t/how-to-use-vtkreslicecursorwidget/10604 "2023-02-03T08:31:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kookoo9999](https://discourse.vtk.org/user_avatar/discourse.vtk.org/kookoo9999/32/3701_2.png) [@kookoo9999](https://discourse.vtk.org/u/kookoo9999)
#### Post date: [February 3, 2023, 8:31am UTC](https://discourse.vtk.org/t/how-to-use-vtkreslicecursorwidget/10604/1 "2023-02-03T08:31:00Z")

</div>

Hello  
I’m tryna use vtkReslicecursor to update the Reslice Image when I control the widget on 3D View or MPR like [this](https://kitware.github.io/vtk-js/examples/ResliceCursorWidget.html)  
and I’m looking for example of using vtkResliceCursor but I could’nt find… Is there some example using vtkResliceCursorWidget?? if there are, plz know me…

OS : Win10  
IDE : Visual Studio 2019 (with Qt 5.6) c++

Thank you .

 ![image](https://discourse.vtk.org/uploads/default/original/2X/0/0c902f1d31636b221f5f9ab3e07fbeafda18133a.png)

---

<div class="post-metadata">

### Author: ![fab672000](https://discourse.vtk.org/user_avatar/discourse.vtk.org/fab672000/32/5808_2.png) [@fab672000](https://discourse.vtk.org/u/fab672000)
#### Post date: [February 3, 2023, 3:38pm UTC](https://discourse.vtk.org/t/how-to-use-vtkreslicecursorwidget/10604/2 "2023-02-03T15:38:13Z")

</div>

It is always a good idea to look at the testing, search for reslice in the tests, you will also find interesting bugs workarounds for them there.
