Gets and sets surface extend type to use
# Get the value of the property.propertyValue = extendFeatureInput_var.extendType# Set the value of the property.extendFeatureInput_var.extendType = propertyValue
#include <Fusion/Features/ExtendFeatureInput.h>// Get the value of the property.SurfaceExtendTypes propertyValue = extendFeatureInput_var->extendType();// Set the value of the property, where value_var is a SurfaceExtendTypes.bool returnValue = extendFeatureInput_var->extendType(value_var);