When displaying orthogonal views, I would like to have lines displayed in each view that indicate the positions of the slices viewed in the other two views? For example, in the image below, red and yellow lines are shown in the green view to indicate which slices are being shown in the red and yellow views. The red view would show green and yellow lines, and the yellow view would show red and green lines; I haven’t shown them in the image because it’s difficult to figure out where they would be.
Is this already possible in Slicer?
In principle the same information can be found by looking at the 3D view, but it gets very messy and hard to interpret.
Thank you.
I think the existing the slice intersection tool button covers what you need here. When it is checked you get the intersection lines in the 2D slice viewers.
Yes! That’s exactly what I wanted. Thank you. I should have found it myself.
It doesn’t seem to be mentioned at User Interface — 3D Slicer documentation. ‘slice intersection’ is mentioned only in ‘Mouse & Keyboard Shortcuts’, and there it says ‘Slice intersections must be enabled in Crosshair selection toolbar’, which I don’t understand.
If you right-click in an empty place of the top toolbar area you get a context menu to show/hide various toolbars. The “Crosshair selection” named toolbar contains both the button associated with the Crosshair functionality and also the button for Slice intersection visibility.
@robertf glad you found what you needed. if anything is unclear or incomplete in the documentation please suggest changes using the pull request mechanism.