How to change the slice fill in 'Segmentations' in a python script

I created a .py script to automatically create some segmentations and now I also want to automatically change the slice fill to 0 and slice outline to 1. How can I do that? I can’t find the appropriate documentation.

Also a more general question: what’s the best way to look for code or commands that correspond to elements and actions in the user interface?

Display settings are stored in the display node. See example and API reference for details.

We collect python scripting examples of all frequently used features in the script repository. If you don’t find something then you can look up by following the technique described here. If you get stuck then post here on the forum.


Do you have any suggestion of how to improve our documentation or make things easier to find? How did you try to find the relevant piece of documentation?

1 Like

Thanks, that worked beautifully!

At the moment I don’t have any suggestions. I can only say that I didn’t find the API Reference very helpful, what helped me the most was the script repository and questions posted here. I feel like examples were the most helpful.

If I come up with any suggestions I’ll make sure to share them

1 Like