Documentation/Nightly/Extensions/EasyClip

From Slicer Wiki
Jump to: navigation, search
Home < Documentation < Nightly < Extensions < EasyClip


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

Extension: EasyClip
Acknowledgments: This work was supported by the National Institues of Dental and Craniofacial Research and Biomedical Imaging and Bioengineering of the National Institutes of Health under Award Number R01DE024450
Author: Julia Lopinto, University of Michigan
Contributors:
- Francois Budin (NIRAL, University of North Carolina),
- Beatriz Paniagua (NIRAL, University Of North Carolina),
- Lucia Cevidanes (University of Michigan - School of Dentistry)
- Jean-Baptiste Vimort (University of Michigan - School of Dentistry)
Contact: Jean-Baptiste Vimort, <email>jb.vimort@gmail.com</email>
License: Apache License, Version 2.0

Extension Description

This Module is used to clip one or different 3D Models according to a predetermined plane.
Plane can be saved to be reused for other models.
After clipping, the models are closed and can be saved as new 3D Models.

Use Cases

Logo for EasyClip
Interface of EasyClip
EasyClip: Plane Position

Tutorials

Scene

CMFSceneTab.png This tab allows the user to display and hide all the models contained in Slicer's scene.

There is an option to automatically set the view in Slicer to 3D only each time that the user is using this module.
The "compute around bounding box" button will adjust the bounding box around all the displayed models in Slicer.

Clipping

CMFClippingTab.png In this tab, the user can choose the different plans that will be used for the clipping.

The three plans that can be used are the three basic plans representing the green, red and yellow slices of Slicer.
The plans can then be moved in the 3D view.
The clipping button will clip all the models contained in the scene based on the position of the plans selected.
The undo button allow the user to come back one step before.

Save

CMFSaveTab.png The positions of the clipping plans can be saved and reloaded thanks to this tab.

Example of utilization

This model is clipped with the option displayed in "Interface of EasyClip".

Before clipping
After clipping

Similar Extensions

N/A

Information for Developers

The source code is available on github