SheetMetalRule.reliefRemnant Property

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

Description

The relief remnant used in the flat pattern. Use the returned SheetMetalRuleValue object to get and set the current value of the relief remnant.

Syntax

"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.

# Get the value of the property.
propertyValue = sheetMetalRule_var.reliefRemnant
"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.
#include <Fusion/SheetMetal/SheetMetalRule.h>

// Get the value of the property.
Ptr<SheetMetalRuleValue> propertyValue = sheetMetalRule_var->reliefRemnant();

Property Value

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

Version

Introduced in version November 2022