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