Gets the bend position type for a hem.
# Get the value of the property.propertyValue = hemFeatureDefinition_var.bendPositionType# Set the value of the property.hemFeatureDefinition_var.bendPositionType = propertyValue
#include <Fusion/SheetMetal/HemFeatureDefinition.h>// Get the value of the property.BendPositionTypes propertyValue = hemFeatureDefinition_var->bendPositionType();// Set the value of the property, where value_var is a BendPositionTypes.bool returnValue = hemFeatureDefinition_var->bendPositionType(value_var);