Hello,

Further to my last message, what I'm trying to do is access the "scale" 
parameters that are visible on the Paraview properties window of the clip 
filter in a Python programmable script.  Is it possible to do this?  I have 
already been able to access the bounds but would like access to the scale 
parameters as well.


input = self.GetInputDataObject(0,0)
print input.GetBounds()

Thanks,
John
_______________________________________________
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

Reply via email to