[Paraview] How to render a vtk object on Paraview GUI

Jérôme jerome.velut at gmail.com
Fri Sep 11 05:07:51 EDT 2009


Hi,

find attached an xml that exposes the vtkPlatonicSolidSource in the paraview
sources menu. Load it from the tools->"Manage plugins" menu. At least it
will allow you to create a platonic solid in paraview GUI. But I don't
understand why you want to ask for it in C++.
Maybe you want a plugin (autostart or toolbar) to do that ? If yes, take a
look at the object builder :
   pqApplicationCore* core = pqApplicationCore::instance();
   pqObjectBuilder* builder = core->getObjectBuilder();



More information about the ParaView mailing list