I currently have a reader that creates a vtkMultiBlockDataSet with two blocks: one of which is a polydata consisting of vertices and lines. I see the data in a 3D plot as pixels and lines connecting them. To make it more visually appealing, I was looking into views and a saw that they basically just load representations. I now am trying to create a new representation that replaces each of the vertices with a 3d glyph (lets just say a cube for simplicity). Would I be going about this the correct way if I were to derive a new representation from vtkGlyph3DRepresentation, then load that representation in my view? Are there any examples that show something similar to what I am trying to do?

Thanks,
Brian Panneton
_______________________________________________
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