Gets and sets the input edge for a hem
# Get the value of the property.propertyValue = teardropHemFeatureDefinition_var.hemEdge# Set the value of the property.teardropHemFeatureDefinition_var.hemEdge = propertyValue
#include <Fusion/SheetMetal/TeardropHemFeatureDefinition.h>// Get the value of the property.Ptr<BRepEdge> propertyValue = teardropHemFeatureDefinition_var->hemEdge();// Set the value of the property, where value_var is a BRepEdge.bool returnValue = teardropHemFeatureDefinition_var->hemEdge(value_var);