[Paraview] Can I get properties in paraview script?
Berk Geveci
berk.geveci at gmail.com
Wed Jan 26 08:40:54 EST 2005
Unfortunately, you can't. The C++ API has methods to obtain this
information but some of the classes used are not Tcl wrapped. It would
be relatively easy to change this but unfortunately, I do not have
time to do it right now. You might want to add this to the bug tracker
as a feature request.
On Mon, 24 Jan 2005 15:49:31 +0900, Koichiro Suzuki
<suz at mito.ssd.ssg.fujitsu.com> wrote:
> Hello all.
>
> I'm trying to controll ParaView with scripts interactively.
> I know that ParaView is controlled by a batch script (.pvb) or a session
> script (.pvs), and in these scripts we can find the segment to put a
> value into the property.
>
> Can I write the script(or command) to get property-values from the
> objects?
> For example,
> I can set the center of rotation with the following command.
> $kw(vtkTemp5) SetCenterOfRotation 3.273228 4.163779 2.862126
>
> But if I didn't know the center of coordinates, can I get the bounds for
> x,y,z to calculte this?
>
> Regards,
>
> ---------------
> Koichiro Suzuki
> suz at ssd.ssg.fujitsu.com
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
More information about the ParaView
mailing list