Returns the sketch point that was automatically created by projecting the origin construction point into the sketch.
# Get the value of the property.propertyValue = sketch_var.originPoint
#include <Fusion/Sketch/Sketch.h>// Get the value of the property.Ptr<SketchPoint> propertyValue = sketch_var->originPoint();