Mimics to Slicer Masks and Models - Pre-Tracking Segmentation

I’m trying to repeat segmentation workflows from Mimics to Slicer, with the end-goal being tracking.

In Mimics, there is a distinction between masks and models, where models are exported as VRML 2.0 files (then converted to IV files) and masks are exported as DICOM partial volumes. The IV files are then aligned to the PV files, and a TIFF stack is generated for each PV.

I cannot figure out how to repeat this process in Slicer… I can export the 3D models as STL files using the segment module, which can then be converted to IV using other software. Is there a way to export masks to partial volumes and then align the models accordingly the same way as Mimics?

Thank you!


Operating system: Windows 10 Education, Version 22H2, OS Build 19045.6456
Slicer version: 5.6.2

Use the MaskVolume in the Segment editor to extract the volume under the current segmentation label. If you have more than one SplitVolume in SegmentEditorExtraEffects extension will do it all at once.

You don’t need to align anything. Models derived from the segmentation and the subvolumes you saved will continue to share the same coordinate system, and continue to align.

I don’t know mimics, so if you mean something else by align, then you need to explain.