Difference between revisions of "Documentation/4.6/Modules/SceneViews"
(Nightly -> 4.6) |
m (Text replacement - "slicerWiki/index.php" to "wiki") |
||
Line 32: | Line 32: | ||
**For example, you may have one overview scene which shows an external view of the body along with interior views with the skin surface turned off and slice planes visible to highlight a tumor location. | **For example, you may have one overview scene which shows an external view of the body along with interior views with the skin surface turned off and slice planes visible to highlight a tumor location. | ||
* Compare the output of algorithms. | * Compare the output of algorithms. | ||
− | *There is [https://www.slicer.org/ | + | *There is [https://www.slicer.org/wiki/Documentation/Nightly/Modules/SubjectHierarchy Subject Hierarchy] support that can be accessed from the context menu |
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Latest revision as of 17:34, 21 November 2019
Home < Documentation < 4.6 < Modules < SceneViews
For the latest Slicer documentation, visit the 4.10 page. |
Introduction and Acknowledgements
| |||||||||
|
Module Description
Scene views are a convenience tool for organizing multiple 'live views' of the data in your scene.
You can create any number of views and control parameters such as the 3D view, model visibility, window layout, and other parameters.
This can be used to set up a series of predefined starting points for looking at portions of your data in detail.
For example, you may have one overview scene which shows an external view of the body along with interior views with the skin surface turned off and slice planes visible to highlight a tumor location.
WARNING: The scene views are designed to be different views of the same set of data. Adding or removing data (volumes, models etc) so that different scene views have different sets of data (MRML nodes) in them will result in unexpected behaviour. The recommended way of working with scene views is to load all of your data first, then to create scene views by hiding or showing the different elements. You can easily toggle the visibility of all of the models in the scene using the Models module, so you can use that to turn them all off and then selectively show the ones relevant to your scene view.
Use Cases
Most frequently used to:
- Set up a series of predefined starting points for looking at portions of your data in detail.
- For example, you may have one overview scene which shows an external view of the body along with interior views with the skin surface turned off and slice planes visible to highlight a tumor location.
- Compare the output of algorithms.
- There is Subject Hierarchy support that can be accessed from the context menu
How to Use
The scene views are saved in the MRML file, via the File->Save menu.
Tutorials
N/A
Panels and their use
A list of all the panels in the interface, their features, what they mean, and how to use them.
Create and Edit Panel
- Create a 3D Slicer Scene View
- Click on the camera to create a new scene view
- Delete selected view
- Click on the garbage can button to delete the scene view
- Edit view
- Click on the thumbnail of the scene view to edit it (change the name, description)
- Restore
- Click on the green arrow button to restore this scene view, making it the currently active scene
- Name
- The short name given to this scene view.
- Description
- Some descriptive text about this scene view. Double click to edit it.
3D Slicer SceneView New Dialog
- Name
- Edit the name of the scene view here
- Thumbnail and layout type: click on a radio button to update the screen shot image
- Full Layout: captures the 3D window and all slice views
- 3D View: captures just the 3D view
- Red Slice View: captures just the red 2D slice
- Yellow Slice View: captures just the yellow 2D slice
- Green Slice View: captures just the green 2D slice
- Description
- Edit the description of the scene view
3D Slicer SceneView Edit Dialog
- Name
- Edit the name of the scene view here
- Description
- Edit the description of the scene view
- Thumbnail and layout type are not editable
Similar Modules
- The Capture tool bar has similar functionality.
References
N/A
Information for Developers
Section under construction. |