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