SheetMetalRule.threeBendReliefRadius Property

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

Description

The relief size used when three bends meet in the flat pattern and the relief shape is "round with radius". Use the returned SheetMetalRuleValue object to get and set the current value of the relief size.

Syntax

"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.

# Get the value of the property.
propertyValue = sheetMetalRule_var.threeBendReliefRadius
"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->threeBendReliefRadius();

Property Value

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

Version

Introduced in version November 2022