Returns the origin point of the sketch in model space.
# Get the value of the property.propertyValue = sketch_var.origin
#include <Fusion/Sketch/Sketch.h>// Get the value of the property.Ptr<Point3D> propertyValue = sketch_var->origin();