<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transational//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
</HEAD>
<BODY><br>Hi everybody,<br>
<br>
I am a new Paraview user. I am trying to extract points from a bunch of 
vtu files. It is pretty easily done with "probe location". But since I 
have a lot of files, I would like to automatize the process (with a 
macro or a python script). <br>
<br>
Could someone maybe show me how it's done?<br>
<br>My best guess is that I should have the following in a python script:<br>Probelocation.ProbeType.Center = [10.0,20.0,30.0] <br>assuming I want to probe at x=10, y=20, z=30. But then, I don't really know how to retrieve the variables values at that location.<br><br>
Thanks a lot,<br>Mc Fly<br></BODY></HTML>