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