Gets and sets the centerPoint point of the oriented box.
# Get the value of the property.propertyValue = orientedBoundingBox3D_var.centerPoint# Set the value of the property.orientedBoundingBox3D_var.centerPoint = propertyValue
#include <Core/Geometry/OrientedBoundingBox3D.h>// Get the value of the property.Ptr<Point3D> propertyValue = orientedBoundingBox3D_var->centerPoint();// Set the value of the property, where value_var is a Point3D.bool returnValue = orientedBoundingBox3D_var->centerPoint(value_var);