Hello dear paraview developers!
Could you explain me please, how to get vtkAlgorithmOutput from vtkSMSourceProxy?
I want to create the filter in the runtime and to set its input connection, but I dont see a way to do it
Best regards
Hello dear paraview developers!
Could you explain me please, how to get vtkAlgorithmOutput from vtkSMSourceProxy?
I want to create the filter in the runtime and to set its input connection, but I dont see a way to do it
Best regards
You should avoid doing that, but it is possible when in builtin.
I want to create the filter in the runtime and to set its input connection, but I dont see a way to do it
Just set the Input property of the SMProxy.