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