HemFeatureDefinition.isFlipped Property

Parent Object: HemFeatureDefinition
Defined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/HemFeatureDefinition.h>

Description

Gets the flip direction for an open hem.

Syntax

"hemFeatureDefinition_var" is a variable referencing a HemFeatureDefinition object.

# Get the value of the property.
propertyValue = hemFeatureDefinition_var.isFlipped

# Set the value of the property.
hemFeatureDefinition_var.isFlipped = propertyValue
"hemFeatureDefinition_var" Is a variable referencing a HemFeatureDefinition Object.
#include <Fusion/SheetMetal/HemFeatureDefinition.h>

// Get the value of the property.
boolean propertyValue = hemFeatureDefinition_var->isFlipped();

// Set the value of the property, where value_var is a boolean.
bool returnValue = hemFeatureDefinition_var->isFlipped(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version September 2025