Returns the volume in cm ^ 3. Returns 0 in the case the shell is not solid.
# Get the value of the property.propertyValue = bRepShell_var.volume
#include <Fusion/BRep/BRepShell.h>// Get the value of the property.double propertyValue = bRepShell_var->volume();