RopeHemFeatureDefinition.hemEdge Property

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

Description

Gets and sets the input edge for a hem

Syntax

"ropeHemFeatureDefinition_var" is a variable referencing a RopeHemFeatureDefinition object.

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

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

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

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

Property Value

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

Version

Introduced in version September 2025