OpenHemFeatureDefinition.hemEdge Property

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

Description

Gets and sets the input edge for a hem

Syntax

"openHemFeatureDefinition_var" is a variable referencing an OpenHemFeatureDefinition object.

# Get the value of the property.
propertyValue = openHemFeatureDefinition_var.hemEdge

# Set the value of the property.
openHemFeatureDefinition_var.hemEdge = propertyValue
"openHemFeatureDefinition_var" Is a variable referencing an OpenHemFeatureDefinition Object.
#include <Fusion/SheetMetal/OpenHemFeatureDefinition.h>

// Get the value of the property.
Ptr<BRepEdge> propertyValue = openHemFeatureDefinition_var->hemEdge();

// Set the value of the property, where value_var is a BRepEdge.
bool returnValue = openHemFeatureDefinition_var->hemEdge(value_var);

Property Value

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

Version

Introduced in version September 2025