Gets the flip direction for an open hem.
# Get the value of the property.propertyValue = flatHemFeatureDefinition_var.isFlipped# Set the value of the property.flatHemFeatureDefinition_var.isFlipped = propertyValue
#include <Fusion/SheetMetal/FlatHemFeatureDefinition.h>// Get the value of the property.boolean propertyValue = flatHemFeatureDefinition_var->isFlipped();// Set the value of the property, where value_var is a boolean.bool returnValue = flatHemFeatureDefinition_var->isFlipped(value_var);