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