Gets the selection point on the object.
# Get the value of the property.propertyValue = selection_var.point
#include <Core/UserInterface/Selection.h>// Get the value of the property.Ptr<Point3D> propertyValue = selection_var->point();