DoubleHemFeatureDefinition.isFlipped Property

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

Description

Gets the flip direction for an open hem.

Syntax

"doubleHemFeatureDefinition_var" is a variable referencing a DoubleHemFeatureDefinition object.

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

# Set the value of the property.
doubleHemFeatureDefinition_var.isFlipped = propertyValue
"doubleHemFeatureDefinition_var" Is a variable referencing a DoubleHemFeatureDefinition Object.
#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);

Property Value

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

Version

Introduced in version September 2025