When the Slicer display is setup in the Triple 3D view, is it possible to change the opacity of a model only in 1 view while the model opacity remains the same in the other two views. I know it is possible to change whether the model is visible or not (using vtkMRMLViewNodes) but I wasn’t sure if you could change only the opacity of the model in a single view.
On the user interface, only the first display node is shown. However, you can add any number of display nodes using the Python console. Turn off visibility for one view on the GUI (e.g., View3) and add a new display node with the desired view ID and display properties:
If you need to display the same model differently in each view then you need to create a separate display node for each. Note that the models module GUI always shows/modifies the first display node only.