Segment - Area Calculation

I am creating with the segment editor a cranial bone 3D shape. I figure out that the surface are exported to the table corresponds to the whole 3d shape. Is there any way to calculate only one of the surfaces of the 3D object (blue arrow) and not the whole surface?


2

Extracting “one side” of a thin structure is an extremely difficult problem. However, there are many solutions available in Slicer that can be used for particular problems.

For example, you can use Dynamic modeler module to draw a closed curve on one side of the surface. Create a bounding curve on the surface can be automated quite easily, by placing points around the of the boundary - closest points to points far away from the model - in 4-8 directions and connect them using a curve that prefers travelling through high-curvature points.

2 Likes

Thank you for your response. After I have the model of the upper surface of the initial 3D-model, how I calculate its area in cm^2 ?

You can find surface area of a model in Models module’s Information section.

1 Like

4

5 6

I managed to create this model_4 (red color), which is part of the surface of my 3d-object.
The surface area calculated by the software corresponds to only one surface of Model_4 or it corresponds to both up and down??

You already extracted the “top” part of the closed surface, so you don’t need to divide by 2.

Note that you can skip the Scissors step in Segment Editor and just draw the closed curve directly on the extracted complete skull.

1 Like

So better draw the closed curve on the skull after i create the skull-model with the threshold?
The volume corresponds to what?

Volume that Models module computes is only applicable for closed surfaces. If you have any opening on the surface then the meaning is undefined.

I have two other questions a little bit irrelevant? Should I create 2 different topics ?

Yes, please create a new forum topic for each independent question you would like to discuss.