TwoBendCornerClosureDefinition.reliefSize Property

Parent Object: TwoBendCornerClosureDefinition

PreviewThis functionality is provided as a preview of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the Fusion API and Scripts forum.

Because this is a preview of future functionality, there is the possibility that it will change, which will possibly break any existing programs that use this functionality. Because of that, you should never deliver any programs that use any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.


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

Description

Returns the parameter that controls the distance from the center of the edge to each side of the flange, so the total width of the flange is twice the width value. This property is only valid when the reliefShape is RoundCornerTwoBendReliefShapeType or SquareCornerTwoBendReliefShapeType, the isTemporary property is false, and the isUseSheetMetalRuleDefaults property is false. Otherwise, this property will return null. When isUseSheetMetalRuleDefaults is false and isTemporary is true the reliefSizeValue property should be used to get and set the relief size.

Syntax

"twoBendCornerClosureDefinition_var" is a variable referencing a TwoBendCornerClosureDefinition object.
# Get the value of the property.
propertyValue = twoBendCornerClosureDefinition_var.reliefSize
"twoBendCornerClosureDefinition_var" Is a variable referencing a TwoBendCornerClosureDefinition Object.
#include <Fusion/SheetMetal/TwoBendCornerClosureDefinition.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = twoBendCornerClosureDefinition_var->reliefSize();
"twoBendCornerClosureDefinition_var" Is a variable referencing a TwoBendCornerClosureDefinition Object.
// Get the value of the property.
propertyValue = twoBendCornerClosureDefinition_var.reliefSize;

Property Value

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

Version

Introduced in version July 2026