Returns the Y direction of the sketch as defined in model space.
# Get the value of the property.propertyValue = sketch_var.yDirection
#include <Fusion/Sketch/Sketch.h>// Get the value of the property.Ptr<Vector3D> propertyValue = sketch_var->yDirection();