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