# How does the vtkplanewidget set the size of the arrow and control handle(the sphere)?

**URL:** https://discourse.vtk.org/t/how-does-the-vtkplanewidget-set-the-size-of-the-arrow-and-control-handle-the-sphere/7737
**Category:** Support
**Tags:** proposal
**Created:** [January 30, 2022, 1:38am UTC](https://discourse.vtk.org/t/how-does-the-vtkplanewidget-set-the-size-of-the-arrow-and-control-handle-the-sphere/7737 "2022-01-30T01:38:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![wulicheng](https://discourse.vtk.org/user_avatar/discourse.vtk.org/wulicheng/32/1990_2.png) [@wulicheng](https://discourse.vtk.org/u/wulicheng)
#### Post date: [January 30, 2022, 1:38am UTC](https://discourse.vtk.org/t/how-does-the-vtkplanewidget-set-the-size-of-the-arrow-and-control-handle-the-sphere/7737/1 "2022-01-30T01:38:38Z")

</div>

![image](https://discourse.vtk.org/uploads/default/original/2X/3/3aea52c4f26f6cc622824e5a77672de509b3072e.jpeg)

---

<div class="post-metadata">

### Author: ![edwardAllen](https://discourse.vtk.org/user_avatar/discourse.vtk.org/edwardallen/32/4576_2.png) [@edwardAllen](https://discourse.vtk.org/u/edwardAllen)
#### Post date: [March 16, 2023, 6:11am UTC](https://discourse.vtk.org/t/how-does-the-vtkplanewidget-set-the-size-of-the-arrow-and-control-handle-the-sphere/7737/2 "2023-03-16T06:11:04Z")

</div>

There are no interface to control size of handles , only change the source code and rebuild vtk .  
But in python wrappers, it provide  
// plane\_widget-\>SetTubing(false);  
// plane\_widget-\>SetOutlineTranslation(true);  
// plane\_widget-\>SetOriginTranslation(true);  
// plane\_widget-\>SetDrawPlane(false);  
I don’t know why . I am finding it out.

---

<div class="post-metadata">

### Author: ![wulicheng](https://discourse.vtk.org/user_avatar/discourse.vtk.org/wulicheng/32/1990_2.png) [@wulicheng](https://discourse.vtk.org/u/wulicheng)
#### Post date: [March 30, 2023, 6:21am UTC](https://discourse.vtk.org/t/how-does-the-vtkplanewidget-set-the-size-of-the-arrow-and-control-handle-the-sphere/7737/3 "2023-03-30T06:21:31Z")

</div>

thank you very much. we can give suggestion to the vtk org.
