Returns a point at the centroid (aka, geometric center) of the face.
# Get the value of the property.propertyValue = bRepFace_var.centroid
#include <Fusion/BRep/BRepFace.h>// Get the value of the property.Ptr<Point3D> propertyValue = bRepFace_var->centroid();