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