# How to unload a volume from the 3D View

**URL:** https://discourse.slicer.org/t/how-to-unload-a-volume-from-the-3d-view/32309
**Category:** Support
**Created:** [October 18, 2023, 6:10pm UTC](https://discourse.slicer.org/t/how-to-unload-a-volume-from-the-3d-view/32309 "2023-10-18T18:10:53Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Deep\_Learning](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/deep_learning/32/15345_2.png) [@Deep\_Learning](https://discourse.slicer.org/u/Deep_Learning)
#### Post date: [October 18, 2023, 6:10pm UTC](https://discourse.slicer.org/t/how-to-unload-a-volume-from-the-3d-view/32309/1 "2023-10-18T18:10:54Z")

</div>

After dragging a volume/node to the 3D view for volume rendering, is it possible to remove/unload it with the mouse?

I want it to be visible in the 2D views, just not rendered, so turning off visibility is not an option.

---

<div class="post-metadata">

### Author: ![pieper](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pieper/32/8_2.png) [@pieper](https://discourse.slicer.org/u/pieper)
#### Post date: [October 18, 2023, 6:13pm UTC](https://discourse.slicer.org/t/how-to-unload-a-volume-from-the-3d-view/32309/2 "2023-10-18T18:13:25Z")

</div>

Right click on the eye column and uncheck volume rendering

 ![image](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/9/7/973414dc7f21969255baa8b314c508c65e5f0d40.jpeg)

---

<div class="post-metadata">

### Author: ![Deep\_Learning](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/deep_learning/32/15345_2.png) [@Deep\_Learning](https://discourse.slicer.org/u/Deep_Learning)
#### Post date: [October 18, 2023, 6:34pm UTC](https://discourse.slicer.org/t/how-to-unload-a-volume-from-the-3d-view/32309/3 "2023-10-18T18:34:48Z")

</div>

Thank you. Never thought of right clicking the eye…

---

<div class="post-metadata">

### Author: ![Deep\_Learning](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/deep_learning/32/15345_2.png) [@Deep\_Learning](https://discourse.slicer.org/u/Deep_Learning)
#### Post date: [October 26, 2023, 1:51pm UTC](https://discourse.slicer.org/t/how-to-unload-a-volume-from-the-3d-view/32309/4 "2023-10-26T13:51:56Z")

</div>

Are there options for Multi 3D views? Python only?

Can I not show a volume in View1, but in View 2?

---

<div class="post-metadata">

### Author: ![pieper](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pieper/32/8_2.png) [@pieper](https://discourse.slicer.org/u/pieper)
#### Post date: [October 26, 2023, 1:58pm UTC](https://discourse.slicer.org/t/how-to-unload-a-volume-from-the-3d-view/32309/5 "2023-10-26T13:58:33Z")

</div>

You can set the ViewNodeIDs on the display nodes, like you can do with the GUI menus.

Like [Script repository — 3D Slicer documentation](https://slicer.readthedocs.io/en/latest/developer_guide/script_repository.html#change-markup-point-list-display-properties)

---

<div class="post-metadata">

### Author: ![Deep\_Learning](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/deep_learning/32/15345_2.png) [@Deep\_Learning](https://discourse.slicer.org/u/Deep_Learning)
#### Post date: [October 26, 2023, 4:45pm UTC](https://discourse.slicer.org/t/how-to-unload-a-volume-from-the-3d-view/32309/6 "2023-10-26T16:45:57Z")

</div>

Thank you,  
Where can I control the individual ViewNodeIDs in the GUI?  
I looked under nodes and Volumes…

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [October 26, 2023, 5:36pm UTC](https://discourse.slicer.org/t/how-to-unload-a-volume-from-the-3d-view/32309/7 "2023-10-26T17:36:00Z")

</div>

Volumes in 3D views are displayed by Volume Rendering module. You can select views of n that module.

However, you may find it easier to drag-and-drop the volume from the tree in Data module to each 3D view you want it to appear in.
