Thanks Cory, that did get me a little further. However, at the moment, I am trying to stream (multiple) vtkPolyData Objects. For Some reason, I can't get them to update by pieces/blocks (i tried referring to http://www.vtk.org/Wiki/VTK/Streaming & http://www.kitware.com/blog/home/post/797).
So I ended up converting them to vtkImageData (but could only load one of the two). I put them into a vtkAppendFilter() and converted them to a structured grid and Utilized vtkStructuredGridAlgorithm. I can visualize either the entire block which contains the two separate Objects, or the points of each object instead of the Surface Representation of each block. I'll keep trying to figure it out :-), I'm getting closer (and this helped so thank you). Thanks, Kevin On Thu, Jul 23, 2015 at 6:05 PM, Cory Quammen <[email protected]> wrote: > Hi Kevin, > > Here's one way you can get a structured (actually uniform rectilinear) > grid from an unstructured grid: > > - start ParaView > - load your unstructured grid > - create a Wavelet source with the extent set to the extent of your > desired structured grid > - Filters -> Resample With Dataset. Set the Input to your unstructured > grid and Source to the Wavelet. Click OK. > > HTH, > Cory > > > On Thu, Jul 23, 2015 at 6:56 PM, Dean, Kevin < > [email protected]> wrote: > >> Is there an example for converting an UnstructuredGrid to a >> StructuredGrid? >> >> Kevin E. Dean >> >> This email and its contents are confidential. If you are not the intended >> recipient, please do not disclose or use the information within this email >> or its attachments. If you have received this email in error, please report >> the error to the sender by return email and delete this communication from >> your records. >> _______________________________________________ >> 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 >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> > > > -- > Cory Quammen > R&D Engineer > Kitware, Inc. > -- This email and its contents are confidential. If you are not the intended recipient, please do not disclose or use the information within this email or its attachments. If you have received this email in error, please report the error to the sender by return email and delete this communication from your records.
_______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
