Cut a part of segmentation

Hello all,
How can I cut a part of my segmentation that is inside a specific ROI?

There is no ROI filling effect in Segment Editor yet. We wanted to wait for completion of the new Markups ROI, which has completed this week, so now it would be possible to add it. If you are interested in learning Python scripting in Slicer then it would be great if you could add it (we can help you getting started).

Otherwise, there are similar tools. For example, you can use:

  • Scissors effect with rectangular shape, or
  • Surface cut effect (provided by SegmentEditorExtraEffects extension), with smoothing disabled
  • Create a box model (e.g., using SlicerIGT extensions’s Create models module) and transform it using a transform interactively.
1 Like

Thanks for your response @lassoan. I have little experience with Python coding in the slicer, but I could solve my problem with the Scissors effect for now. Thanks a lot.