[vtkusers] Wierd behaviour of vtkClipPolyData and vtkGaussianSplatter (reproducable with Paraview)

Cory Quammen cory.quammen at kitware.com
Wed Jun 4 08:40:37 EDT 2014


What are the parameters on your vtkGaussianSplatter? My guess is that you
are using the default settings for the vtkGaussianSplatter and that the
model bounds are starting at the origin and extending into the positive
side of the origin in all three dimensions while your data has positions on
the negative side of the origin. You will probably have to adjust the model
bounds to make sure they are large enough to contain your clipped poly data.

Cory


On Wed, Jun 4, 2014 at 4:21 AM, Taron <taron2000 at gmx.de> wrote:

> Hi all,
>
> I have encountered another problem in my application. I want to clip
> PolyData and then visualize the result as a volume via Guassian splatter.
> It
> seems that the dataset is somehow initialy clipped at the starting position
> of the plane. We are using the plane widget for that, like Paraview does. I
> could reproduce this in Paraview as well. The Image shows that the dataset
> is some how clipped in the initial position of the plane. Clipping works to
> the one side (removing more of the image) but not to the other side (i.e.
> showing whole image).
>
> <http://vtk.1045678.n5.nabble.com/file/n5727317/paraview-clip-gauss.png>
>
> P.S. the order here of first clipping and then splatter to a volume is
> important here. Or is there a way to clip the resulting volume and still
> render it with the GPUMapper?
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Wierd-behaviour-of-vtkClipPolyData-and-vtkGaussianSplatter-reproducable-with-Paraview-tp5727317.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140604/0e31895f/attachment.html>


More information about the vtkusers mailing list