Returns the area in cm ^ 2.
# Get the value of the property.propertyValue = meshBody_var.area
#include <Fusion/MeshBody/MeshBody.h>// Get the value of the property.double propertyValue = meshBody_var->area();
// Get the value of the property.propertyValue = meshBody_var.area;