Returns the SketchPoint that acts as the center point of the polygon.
# Get the value of the property.propertyValue = polygonConstraint_var.centerPoint
#include <Fusion/Sketch/PolygonConstraint.h>// Get the value of the property.Ptr<SketchPoint> propertyValue = polygonConstraint_var->centerPoint();