Hello,

With the new ParaView version (3.10) it's now possible to select an object
within the 3D view. What is the best way to get access to its properties
e.g. transformation or color and how I can modify it. Is it right to get the
active source object like this:

        pqActiveObjects* object = &(pqActiveObjects::instance());
        pqPipelineSource* src   = object->activeSource();

?

Some years ago, there was a discussion here in the mailing list about
transforming objects right in the GUI and I was not able to find a similar
thread for this topic. What is the state of this feature?

Cheers,
Stephan

_______________________________________________
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