Specifies the end edge alignment option for the loft feature. The default is Free Edges.
# Get the value of the property.propertyValue = loftFeature_var.endLoftEdgeAlignment# Set the value of the property.loftFeature_var.endLoftEdgeAlignment = propertyValue
#include <Fusion/Features/LoftFeature.h>// Get the value of the property.LoftEdgeAlignments propertyValue = loftFeature_var->endLoftEdgeAlignment();// Set the value of the property, where value_var is a LoftEdgeAlignments.bool returnValue = loftFeature_var->endLoftEdgeAlignment(value_var);