How can I draw a coordinate system on the image?

Hi, thanks so much for the advice! This seems like an awesome idea, I’ll definitely try it in the next couple days.

Hi, when writing this in python, I run into some problems.

Blockquote

I don’t know how to write this in python. Can you help with this?

Thanks for your time!

Slicer programming tutorial and examples in Slicer script repository may be a good starting points. Let us know if you have any specific questions.

Hi, something went wrong with my quote in my last post.
What I’m trying to say is how to write visualize it in slice views as projection using Models module in python. I tried some functions myself, but they didn’t work.
Thanks for your help!

To show the model as projection on the slice, call SetSliceDisplayModeToProjection() method of the model’s display node.

Awesome, it works. Thanks.:smiley: