SheetMetalRule.reliefWidth Property

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

Description

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

Syntax

"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.

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

Property Value

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

Version

Introduced in version November 2022