UnfoldFeature.refoldFeature Property

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

Description

Returns the refold feature associated with this unfold feature, or null if there is no associated refold. Unfold and refold features are often created together in a group.

Syntax

"unfoldFeature_var" is a variable referencing a UnfoldFeature object.

# Get the value of the property.
propertyValue = unfoldFeature_var.refoldFeature
"unfoldFeature_var" Is a variable referencing a UnfoldFeature Object.
#include <Fusion/SheetMetal/UnfoldFeature.h>

// Get the value of the property.
Ptr<RefoldFeature> propertyValue = unfoldFeature_var->refoldFeature();

Property Value

This is a read only property whose value is a RefoldFeature.

Version

Introduced in version May 2026