Share

SheetMetalRule.reliefShape Property

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

Description

Gets and sets the bend relief shape to use.

Syntax

"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.

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

# Set the value of the property.
sheetMetalRule_var.reliefShape = propertyValue

Property Value

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

Version

Introduced in version November 2022

Was this information helpful?