[Paraview] Setting sample distance for GPU volume rendering?

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Feb 20 12:51:44 EST 2014


Mark,

You can indeed change it from Python for now. Or the same data
representation object, you have ScalarOpacityUnitDistance property
that could be set e.g.

> r = Show()
> r.ScalarOpacityUnitDistance = 1.0

On Thu, Feb 20, 2014 at 11:50 AM, Vanmoer, Mark W <mvanmoer at illinois.edu> wrote:
> Hello,
>
> In ParaView 3.8.1 it was possible to set the Sample Distance for the GPU
> volume mapper in the client GUI. I don't see this in the 4.0.1 client. Is
> this possible to get at through Python? All I've been able to find so far is
> the data representation's volume type string. I haven't been able to figure
> out how to get to the mapper itself.
>
>
>
> Thanks,
>
> Mark
>
>
> _______________________________________________
> 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 ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list