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