Hello,
Just wondering if it’s possible to adjust the opacity of a model’s scalar (not the opacity of the model display node) programmatically?
For example, something like:
model.GetDisplayNode().SetScalarOpacity(x)
NOT model.GetDisplayNode().SetOpacity(x)
Thanks in advance