TeardropHemFeatureDefinition.isFlipped Property

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

Description

Gets the flip direction for an open hem.

Syntax

"teardropHemFeatureDefinition_var" is a variable referencing a TeardropHemFeatureDefinition object.

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

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

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

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

Property Value

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

Version

Introduced in version September 2025