For example, now I want to get the MRML ID of “20005: Screen Save” through python code, which is ‘vtkMRMLScalarVolumeNode133’
I tried using slicer.app.applicationLogic().GetSelectionNode().GetActiveVolumeID() but the result is not what I want.
If anyone can help me I will be very grateful !!
Thank you very much !! I successfully got the ID I wanted.
but I would also like to know how you came to know this code. I am an engineering student and am developing a 3D Slicer plug-in.
thanks again for your kindness.