Returns an array of the sketches associated with this base feature.
# Get the value of the property.propertyValue = baseFeature_var.sketches
#include <Fusion/Features/BaseFeature.h>// Get the value of the property.std::vector<Ptr<Sketch>> propertyValue = baseFeature_var->sketches();