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