<div dir="ltr">Rao,<div>Take a look at vtkCutter</div><div><br></div><div>Dan</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Aug 19, 2018 at 3:18 PM Koteswara Rao Ruvva via vtkusers <<a href="mailto:vtkusers@public.kitware.com">vtkusers@public.kitware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:times new roman,new york,times,serif;font-size:16px"><div>Hello all,</div><div><br></div><div>I need to compute three orthogonal cross-sections thru vtkImageData. I use the following code and it works fine.</div><div><br></div><div><span><div>        self.sagittal = vtk.vtkImageActor()</div><div>        self.sagittal.GetMapper().SetInputConnection(self.imageData.GetOutputPort())</div><div>        self.sagittal.SetDisplayExtent(int(self.nx/2), int(self.nx/2), 0, self.ny, 0, <a href="http://self.nz" target="_blank">self.nz</a>)</div><div><br></div></span>How do I compute cross-sections that are not parallel to coordinate planes and have arbitrary orientation. I tried vtkProbeFilter with planes but I don't get any data back. Please advise.</div><div><br></div><div>Thank you</div><div>Rao</div><div style="font-family:times new roman,new york,times,serif;font-size:16px"></div></div></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>