I need help please if anyone know, can you please help me

Hi i have 3D stl file of cubic , in stl file there is two density one is air and other is solid part , i want to calculate the volume of solid part and air , but the file is in stl format , can anyone please help me first how to segment both solid and air from cubic

Hi,

You asked this a few times and I think we tried to help as much as we can with the information provided. It is still the same workflow

You can import this STL as a segmentation. Then you can use the threshold tool to assign the lattice (solid) voxels into Segment_1, then you can assign the remaining (air) voxels to Segment_2. Please see the relevant sections of Segmentation tutorial on how to achieve these tasks:

https://slicer.readthedocs.io/en/latest/user_guide/modules/segmentations.html#import-an-existing-segmentation-from-model-surface-mesh-file

https://slicer.readthedocs.io/en/latest/user_guide/modules/segmenteditor.html

Then you you can use the Segment Statistics module to calculate volumes of them.
https://slicer.readthedocs.io/en/latest/user_guide/modules/segmentstatistics.html

However, for that to be correct your STL should correct physical sizes. For example if you know the length of the lattice, measure it in 3D slicer and compare it to known size to assess whether the STL is providing you the correct physical dimensions.

Sorry from my side
But now I work on stl file
Before it was Dicom file , i used these step on Dicom file , it was success.
But now I use these steps on stl file but it is not working
Thank you :heart:

when i upload stl file, stl file also show in output box , and tool for segment editor we can’t use

I gave you

The proper way of doing this is with DICOMs, and once you convert your stl it is the same set of instructions for segmentation. but it is of course your call whichever way you want to do this.

Anyways, if you follow my instructions above carefully, you should be able to do what you want to do.

I tried, but it only calculates the volume of the wall( solid) not air (hole) from the stl file.
Maybe I did not understand.
someone simply explain to me