Thank you for the thip, the combination of vtkImageReslice -&gt; vtkImagemapToColors indeed gives an output that looks what I would expect :) But I am having troubles setting the correct value for setResliceAxesDirectionCosines(), since I only have an origin and normal (no point1 point2).<div>

Right now I just set the origin (SetResliceAxesOrigin()), but I don&#39;t set the Direction. One strange thing that I am seeing, is that the plane is rendered outside the original dataset... Would this be because I don&#39;t set a proper direction? Or could it have some other reason?<br>

<br>Cheers,</div><div>Tijmen<br><br><div class="gmail_quote">On Tue, Sep 20, 2011 at 1:50 PM, Jothy <span dir="ltr">&lt;<a href="mailto:jothybasu@gmail.com">jothybasu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div dir="ltr">I would recommed vtkImageReslice to cut the imageData and to use vtkImagemapToColors with appropriate vtkLookUpTable , then map your data.<br><br>Jothy<br><br><div class="gmail_quote"><div><div></div><div class="h5">

On Tue, Sep 20, 2011 at 12:40 PM, Tijmen Klein <span dir="ltr">&lt;<a href="mailto:T.R.Klein@student.rug.nl" target="_blank">T.R.Klein@student.rug.nl</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">I&#39;m currently lost on this one. I have some 3D scalar image data, and want to extract and display a 2D slice/cut from this. The origin and normal of the cutting plane are obtained externally. So I construct a vtkPlane with this information, and then apply this pipeline:<div>




<br></div><div>vtkStructuredPointsReader -&gt; vtkCutter (with vtkPlane as the cut function) -&gt; vtkPolyDataMapper -&gt; vtkActor</div><div><br></div><div>However, the colors that are shown on the plane don&#39;t seem to be accurate. When I create a slice in Paraview of the same data, the colors on the plane look completely different. Is this because Paraview uses a textured plane for this? If so, how can I get this in VTK? I&#39;ve looked at the vtkImageReslice, but it does not really seem to be handy when you work with an external normal and origin?</div>




<div><br></div><div>Cheers,</div><div>Tijmen</div>
<br></div></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><font color="#888888"><br><br clear="all"><br>-- <br><div dir="ltr">Jothybasu K Selvaraj<br>PhD Student<br>University of Liverpool<br>Liverpool,UK<br></div><br>
</font></div>
</blockquote></div><br></div>