SheetMetalRule.threeBendReliefShape Property
Parent Object:
SheetMetalRuleDefined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/SheetMetalRule.h>
Description
Gets and sets the relief shape to use when three bends intersect.
Syntax
"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.
# Get the value of the property. propertyValue = sheetMetalRule_var.threeBendReliefShape
# Set the value of the property. sheetMetalRule_var.threeBendReliefShape = propertyValue
|
"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.
#include <Fusion/SheetMetal/SheetMetalRule.h>
// Get the value of the property. ThreeBendReliefShapes propertyValue = sheetMetalRule_var->threeBendReliefShape();
// Set the value of the property, where value_var is a ThreeBendReliefShapes. bool returnValue = sheetMetalRule_var->threeBendReliefShape(value_var);
|
Property Value
This is a read/write property whose value is a
ThreeBendReliefShapes.
Version
Introduced in version November 2022