Dear Support!
I have a static_FC.vtk file (attached). After loading it in ParaView, I use an ExtractionSelection filter on it to capture user selected cells. This is working fine but in my workflow, the user will be making new selection (using mouse interaction) after clearing the existing selection. Once the user make a new selection using Select Cells On, I wish to trigger the Copy Active Selection button inside the ExtractSelection properties using pvpython. I am basically trying to access the updated list of selected cell-IDs in a python program. I could not find a way to trigger the Copy Active Selection programmatically using pvpython.
Any idea on how I can achieve this? Thanks in advance!
static_FC.vtk (233.6 KB)