How can I register a 3D view in segmentation?

Operating system:
Slicer version:
Expected behavior:
Actual behavior:

Welcome Antoine,

try

yourSegmentation.CreateClosedSurfaceRepresentation()

Regards
rudolf

Thank you for your answer!
I did it but i don’t think i was clear.
I already have the 3D And now i want to get rid of Green red and yellow in order to record (using a graphic table) the 3D model.
We want to make disappear some of the structures and to move around.
Is it possible to do so?

Thank you for your help
Antoine

Envoyé de mon iPhone

You want to switch to 3D view only from a python script ? Or do you want to do that manually within slicer ?

We thought doing it with slicer.
We want to record it with Two screens : one for the segmentations and the other with only the 3D model

Envoyé de mon iPhone

For showing 3D only within Slicer please go:

image

In oder to show / hide individual segmentations or change opacities go to “Segmentations”:

image

I don’t have on my screen. When i load my .mrb the icon disappear.

Envoyé de mon iPhone

Thanks a lot it works!

Envoyé de mon iPhone

Sorry to bother you again.
We don’t manage to create à rotation point.
We marked a fiducial node but then when i go to transform i can’t get the application to work…

Envoyé de mon iPhone

Find details on that procedure in the script repository

https://slicer.readthedocs.io/en/latest/developer_guide/script_repository.html#rotate-a-node-around-a-specified-point

Thank you we managed to do it with transforms!
Antoine

Envoyé de mon iPhone

1 Like