Determine labels based on RT structure

Hi everyone,

I need to define labels based on RT structure similar to the example below to perform MC simulation.

I want to know the specific tags for each agency for example:
MaterialTagNumbers = 7 0 1 2 3 4 5 6
MaterialNames = 7 “TG186Water” “TG186Water” “TG186CorticalBone” “TG186MeanMaleSoftTissue” “TG186Prostate” “Air” “TG186MeanMaleSoftTissue”

Thank you for your help,
Thu

You can export the segmentation to a labelmap in the Segmentations module (or right-clicking the segmentation in the Data module). You won’t have direct control over the labels, but you’ll be able to see them in the Data Probe (bottom left corner) after showing the labelmap in the 2D views and moving the mouse over the structures. Then you can edit the labels in your MC script to have a match.

Your advice is really helpful to me.
Thank you for your help.