Gets and sets the type of operation performed by the sweep.
# Get the value of the property.propertyValue = sweepFeatureInput_var.operation# Set the value of the property.sweepFeatureInput_var.operation = propertyValue
#include <Fusion/Features/SweepFeatureInput.h>// Get the value of the property.FeatureOperations propertyValue = sweepFeatureInput_var->operation();// Set the value of the property, where value_var is a FeatureOperations.bool returnValue = sweepFeatureInput_var->operation(value_var);