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