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