On 2008/11/13 Marcel Schiffel wrote: > Hi, > > this one is probably pretty trivial: as a first test I'm trying to > visualize a really simple grid, but keep getting an empty render > window. What am I doing wrong? [...] You must add sgrid->SetDimensions(2,2,1); to let vtkStructuredGrid know how points are organized in your grid. Denis