I'm using HelixToolkit's ModelImporter class(Helix 3D Toolkit is a collection of custom controls and helper classes for WPF.) for loading 3D objects from STL files (STereoLithography is a file format native to the stereolithography CAD software created by 3D Systems). The 3D models contain ModelGroup3D object with one or several GeometryModel3D objects inside depending on how many parts the model is comprised from. I would like to calculate the volume of the whole 3D model. I searched for similar questions and the only one answered was this one Calculate volume of 3D mesh which I'm not sure how to reform for my solution. Since I'm a newbie any help is greatly appreciated.
Additionally the models I'm loading are all closed meshes.
Thanks