Hi, I know I can switch off the wireframe 3d cube with
v = slicer.util.getNode("View1")
v.SetBoxVisible(False)
But how do I switch off the ASLIPRA annotations as well?
Cheers
Hi, I know I can switch off the wireframe 3d cube with
v = slicer.util.getNode("View1")
v.SetBoxVisible(False)
But how do I switch off the ASLIPRA annotations as well?
Cheers
This will hide axis labels: v.SetAxisLabelsVisible(False)
See detailed documentation here: https://apidocs.slicer.org/master/classvtkMRMLViewNode.html