Rustem, The client-side object is still a vtkPVCompositeRepresentation:
r = GetRepresentation() print(r.GetClientSideObject().GetClassName()) produces vtkPVCompositeRepresentation. HTH, Cory On Wed, Dec 14, 2016 at 11:46 AM, Rustem Khabetdinov <[email protected]> wrote: > Hello, > > Some time ago I wrote a script that took active representation and its > client side object and the return value was vtkPVCompositeRepresentation but > now it is vtkPassInputTypeAlgorithm . Is it possible to get representation > again instead of algorithm? > > Thanks > > _______________________________________________ > 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 Staff R&D Engineer Kitware, Inc. _______________________________________________ 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
