# Possible to use a vtkOrientationMarkerWidget() in ParaView?

**URL:** https://discourse.paraview.org/t/possible-to-use-a-vtkorientationmarkerwidget-in-paraview/3564
**Category:** ParaView Support
**Created:** [February 13, 2020, 10:23pm UTC](https://discourse.paraview.org/t/possible-to-use-a-vtkorientationmarkerwidget-in-paraview/3564 "2020-02-13T22:23:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wsherman](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/w/8797f3/32.png) [@wsherman](https://discourse.paraview.org/u/wsherman)
#### Post date: [February 13, 2020, 10:23pm UTC](https://discourse.paraview.org/t/possible-to-use-a-vtkorientationmarkerwidget-in-paraview/3564/1 "2020-02-13T22:23:54Z")

</div>

Hello all,

A new question, but an old theme – I’d like to have a 3D objecg that remains on the screen in the same location, but reorients with the data. And after failing to figure out how to use the camera parameters to move the object in 3-space to be consistently in front of the camera, it struck me that the vtkAxesActor() basically do exactly what I want! Except I want to put my own 3D model instead.

So I wonder if it might be possible to actually replace the objects used to create the rotating axes with my own object?

Or failing that (and perhaps more likely, even if still somewhat unlikely), can I used a  
`vtkOrientationMarkerWidget()` in ParaView? I think the orientation widget is what the axes actually use, and so it seems like this might be possible.

On my initial experiments in the Python shell however, ParaView crashed when I set the widget to `On()`.

Thoughts? Am I still out of luck?

Thanks,  
Bill
