Volume Model Dimension (mm^3)?
- Frederick Damen
- Posts: 1
- Joined: Thu Jan 12, 2017 11:20 am
Volume Model Dimension (mm^3)?
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!
- Hongzhi Lan
- Posts: 125
- Joined: Mon Aug 04, 2014 3:55 pm
Re: Volume Model Dimension (mm^3)?
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
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