Fill inside a closed curve

When creating anatomical teaching materials, it would be nice to highlight different structures with different colors. Obviously this is best done with segmentation, but that’s quite a lot of work; especially when all you want to is highlight an external surface. Closed curve in this situation would work really well, but it needs to also cover the inside of the polygon (but with about 50% opacity), not just the boundary.

Is there a piece of python code to do that? Or better yet, can this be a property of the closed curves?

@muratmaga, maybe you could use the Baffle planner functionality in the Slicer Heart extension: SlicerHeart/BafflePlanner.md at master · SlicerHeart/SlicerHeart · GitHub. This would add a new object to the scene rather than modifying the visual properties of the underlying volume.

This is extracted from the documentation:

Thanks @RafaelPalomar that would definitely work for starters.