[vtkusers] vtkCubeAxesActor in 5.x VTK

fasth in307 at yandex.ru
Mon Aug 26 23:29:14 EDT 2013


Hi all,

I need to display a 3-D plotlike this:
<http://vtk.1045678.n5.nabble.com/file/n5723048/peaks.png> 

I am using a vtkCubeAxesActor with Activiz (5.8 VTK).
So where I plot it - I am getting this:
<http://vtk.1045678.n5.nabble.com/file/n5723048/ctw5fdP.png> 

I want to add gridlines:
            _axesActor.DrawXGridlinesOn();
            _axesActor.DrawYGridlinesOn();
            _axesActor.DrawZGridlinesOn();
And i got this:


Questions:
1) How to make visible ONLY 3 facets (closest or furthest, doesnt matter).
In VTK 6.x exist 

method:
cubeAxesActor->SetGridLineLocation(VTK_GRID_LINES_FURTHEST);
but there is no one on 5.x
2) How to change GridLine style? I can even get access to corresponding
actors.

Thanks!



--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkCubeAxesActor-in-5-x-VTK-tp5723048.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list