[Paraview] Grid in Demo
Berk Geveci
berklist at nycap . rr . com
03 Sep 2003 09:52:16 -0400
There are bunch of line that look like:
if { [info exists pvDemoCommandLine] } {
$Application Exit
} else {
global clip extract iso streams threshold warp
catch {$clip(vtkTemp572) DeleteCallback}
catch {$clip(vtkTemp507) DeleteCallback}
catch {$clip(vtkTemp384) DeleteCallback}
catch {$extract(vtkTemp780) DeleteCallback}
catch {$extract(vtkTemp598) DeleteCallback}
catch {$extract(vtkTemp478) DeleteCallback}
catch {$extract(vtkTemp384) DeleteCallback}
at the end of Demo1.pvs. Just delete those.
You can also look at the quick start guide. There is a section on
extracting sub-grids there. The "grid" is nothing but a 2d sub-grid
displayed as wireframe.
-Berk
On Tue, 2003-09-02 at 18:46, Chris Hood wrote:
> There's is no DeleteCallback in the file. Are there any paraview scripts
> somewhere with just the streamtracer demo that won't exit or tutorials on
> how to add a grid?
>
>