SheetMetalRule.twoBendReliefShape Property

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

Description

Gets and sets the relief shape to use when two bends intersect.

When set to square or round relief shape, the value of the twoBendReliefPlacement property will be set to IntersectionTwoBendReliefPlacement. For a round relief shape you can change the twoBendReliefPlacment property to TangentTwoBendReliefPlacement.

Syntax

"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.

# Get the value of the property.
propertyValue = sheetMetalRule_var.twoBendReliefShape

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

// Get the value of the property.
TwoBendReliefShapes propertyValue = sheetMetalRule_var->twoBendReliefShape();

// Set the value of the property, where value_var is a TwoBendReliefShapes.
bool returnValue = sheetMetalRule_var->twoBendReliefShape(value_var);

Property Value

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

Version

Introduced in version November 2022