[Paraview] Python - Get Information Properties

Sebastien Jourdain sebastien.jourdain at kitware.com
Mon May 3 16:40:54 EDT 2010


You should be able to call this method directly on your proxy object that
own your dataset such as a filter of a reader.

extent = data.GetDataInformation().GetExtent();

Seb

On Mon, May 3, 2010 at 4:07 PM, Christian Werner <
christian.werner at rwth-aachen.de> wrote:

> Hi!
>
> Is there a way to access the Information Properties in Python? For the
> display properties it is
>
> GetDisplayProperties(object)
>
>
> Is there also something like "GetInformationProperties" ? I'd like to know
> the extents of my volume data such that I do not exceed the maximum slice
> when changing that in a script.
>
>
> Best regards,
> Christian
>
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100503/6a05a1f1/attachment.htm>


More information about the ParaView mailing list