Page 1 of 1

Volume Model Dimension (mm^3)?

Posted: Wed Aug 23, 2017 8:38 am
by fdamen
I created a 3D model from MRI data of a diseased abdominal aorta of a mouse using segmentations (see attached image). I am trying to validate another method of obtaining volumes from US data and I was hoping to get a volume dimension (mm^3) from my simvascular model. Does anyone know of a simple way to do this? From the mesh details it lists that I have 892015 cells and 146040 points. Can I convert this value somehow? Thanks for your help!
AortaE6.png
AortaE6.png (121.25 KiB) Viewed 239 times

Re: Volume Model Dimension (mm^3)?

Posted: Fri Aug 25, 2017 8:56 am
by lanhz
Hi Frederick,

SimVascular doesn't have this ability currently. For you data analysis, a better way is to write Python scripts to call some vtk functions, which will give you the maximum flexibility. For volume calculation, you may try "vtkMassProperties" and search the internet about how to use it.

Thanks,
Hongzhi

SimVascular Development Team