Hello,<br>
<br>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">I'm using a vtkOrientationMarkerWidget like on this example
<meta name="Generator" content="Kate, the KDE Advanced Text Editor">
<pre><span style="color: rgb(128, 128, 128);"><i><font style="color: rgb(0, 0, 0);" size="2"><a href="http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Examples/GUI/Tcl/ProbeWithSplineWidget.tcl?root=VTK&content-type=text/plain">
http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Examples/GUI/Tcl/ProbeWithSplineWidget.tcl?root=VTK&content-type=text/plain</a><br><span style="font-style: italic;"><br></span></font></i><font style="color: rgb(0, 0, 0); font-family: arial,sans-serif;" size="4">
I want to apply a transform ( a matrix rotation ) to the cube and axes assembly but the assembly is a vtkAssembly and I can't use the transform directly so I changed <br>the vtkAssembly to a vtkPropAssembly which has the method SetUserTransform. It runs ok, but when I use the vtkPropAssembly the vtkCaptionActor2D from the vtkAxes
<br>disappears. Is it due to the vtkPropAssembly class?<br>How can I apply a transform to that objects (cube and axes) and continue viewing the axes' captions? <br></font></span></pre>